aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_rest.erl
AgeCommit message (Expand)Author
2012-09-21Don't use decode_packet/3 for parsing the request-lineLoïc Hoguin
2012-09-17Remove http.hrl dependency in cowboy_restLoïc Hoguin
2012-09-17Add a function to lock request responses instead of inliningLoïc Hoguin
2012-09-17Improve consistency of return types for cowboy_req APILoïc Hoguin
2012-09-16Add cowboy_req:delete_resp_header/2Loïc Hoguin
2012-09-16Introduce cowboy_req:host_url/1 to remove more duplicate codeLoïc Hoguin
2012-09-15Put the method in cowboy_rest's #state{}Loïc Hoguin
2012-09-15Introduce cowboy_req:set_meta/3 to set request metadataLoïc Hoguin
2012-09-15Add a cowboy_req:to_list/1 functionLoïc Hoguin
2012-09-15Change type #http_req{} to cowboy_req:req()Loïc Hoguin
2012-09-10Replace cowboy_req:path/1 with cowboy_req:raw_path/1Loïc Hoguin
2012-09-10Replace cowboy_req:host/1 with cowboy_req:raw_host/1Loïc Hoguin
2012-08-27Rename cowboy_http_rest to cowboy_restLoïc Hoguin