aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_static.erl
AgeCommit message (Expand)Author
2012-08-27Rename cowboy_http_static to cowboy_staticLoïc Hoguin
2012-08-27Rename cowboy_http_rest to cowboy_restLoïc Hoguin
2012-08-27Rename cowboy_http_req to cowboy_reqLoïc Hoguin
2012-08-27Rename cowboy_http_protocol to cowboy_protocolLoïc Hoguin
2012-08-27Have only one -export and -export_type per lineLoïc Hoguin
2012-08-27Switch to Ranch for connection handlingLoïc Hoguin
2012-04-30Add file option to cowboy_http_staticMagnus Klaar
2012-03-23Merge branch 'patch-1' of https://github.com/si14/cowboyLoïc Hoguin
2012-03-22Fixing badmatch when browser closes connection earlier than file was fully sentDmitry Groshev
2012-02-29Tests and fixes for the generate_etag/2 callbackMagnus Klaar
2012-01-23Fix typespecs for calendar:datetime/0 in cowboy_http_staticLoïc Hoguin
2012-01-07Add etag option to cowboy_http_static handler.Magnus Klaar
2012-01-05Add test and doc for content types function.Magnus Klaar
2012-01-03Add note on async threads to cowboy_http_static.Magnus Klaar
2011-12-28Add built-in cowboy_http_static handler.Magnus Klaar