aboutsummaryrefslogtreecommitdiffstats
path: root/test/rest_nodelete_resource.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-08-27Rename cowboy_http_rest to cowboy_restLoïc Hoguin
2012-01-26Handle delete better when no delete_resource function is implementedTom Burdick