Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | Fixing badmatch when browser closes connection earlier than file was fully sent | Dmitry Groshev | |
2012-02-29 | Tests and fixes for the generate_etag/2 callback | Magnus Klaar | |
The return value from the generate_etag/2 callback is expected to be a binary tagged with either weak or strong. This binary is quoted, and may be prefixed with W/ before it is set as the value of the ETag header in the response. For backwards compatibility with older handlers where the return value was expected to be a quoted binary a function has been added to parse any return values that are untagged binaries. All untagged binaries are expected to be a valid value for the ETag header. | |||
2012-01-23 | Fix typespecs for calendar:datetime/0 in cowboy_http_static | Loïc Hoguin | |
2012-01-07 | Add etag option to cowboy_http_static handler. | Magnus Klaar | |
2012-01-05 | Add test and doc for content types function. | Magnus Klaar | |
2012-01-03 | Add note on async threads to cowboy_http_static. | Magnus Klaar | |
2011-12-28 | Add built-in cowboy_http_static handler. | Magnus Klaar | |