aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_static.erl
AgeCommit message (Collapse)Author
2012-09-21Don't use decode_packet/3 for parsing the request-lineLoïc Hoguin
First step in making all methods and header names binaries to get rid of many inconsistencies caused by decode_packet/3. Methods are all binary now. Note that since they are case sensitive, the usual methods become <<"GET">>, <<"POST">> and so on.
2012-09-15Change type #http_req{} to cowboy_req:req()Loïc Hoguin
This removes cowboy_static's dependency on http.hrl.
2012-08-27Rename cowboy_http_static to cowboy_staticLoïc Hoguin