aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_rest.erl
AgeCommit message (Expand)Author
2012-07-24Improve typespecsLoïc Hoguin
2012-07-22Remove an useless todoLoïc Hoguin
2012-07-21REST: Normalize content types acceptedLoïc Hoguin
2012-07-21REST: Fix charset matchingLoïc Hoguin
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-04-01Convert request to proplist when loggingMagnus Klaar
2012-03-13Merge branch 'content-type-accepted-asterisk-atom' of https://github.com/dysi...Loïc Hoguin
2012-03-08If we have a mapping to '*' then use it as the default catch all acceptTim Dysinger
2012-02-29Tests and fixes for the generate_etag/2 callbackMagnus Klaar
2012-02-27Remove the redundant include/ from -include("http.hrl")Loïc Hoguin
2012-02-20REST: Only send 201 when a new resource is created on POSTLoïc Hoguin
2012-01-26Handle delete better when no delete_resource function is implementedTom Burdick
2012-01-23Add {halt, Req, State} return value to most REST callbacksLoïc Hoguin
2012-01-23Rename a lot of HandlerState2 variables to HandlerStateLoïc Hoguin
2012-01-23Improve the return value for cowboy_http_rest:upgrade/4Loïc Hoguin
2012-01-09Make REST handlers' put_resource accept true or false return valuesLoïc Hoguin
2012-01-06Make REST handlers' process_post accept true or false return valuesLoïc Hoguin
2011-12-28Add cowboy_http_req:set_resp_body_fun/3 to restMagnus Klaar
2011-12-26Use calendar date and time types exported since R14B04Loïc Hoguin
2011-12-22Remove outdated @todo notes and update anotherLoïc Hoguin
2011-12-19create_path now returns a path, not an URILoïc Hoguin
2011-12-19Add meta/2 and meta/3 to cowboy_http_req to save useful protocol informationLoïc Hoguin
2011-12-12Merge branch 'variances-fix' of github.com:klaar/cowboyLoïc Hoguin
2011-12-12Fixes match_media_type in cowboy_http_restLoïc Hoguin
2011-12-12adds webmachine format content type handlingalisdair sullivan
2011-12-11update cowboy_http_rest:variances/2Magnus Klaar
2011-12-08Fix the process_post/2 function in cowboy_http_restLoïc Hoguin
2011-12-08Add more documentation to the REST protocol handlerLoïc Hoguin
2011-12-08Add default values to known_methods and allowed_methodsLoïc Hoguin
2011-12-08Allow HTTP protocol upgrades to use keepaliveLoïc Hoguin
2011-12-05Add experimental Webmachine based REST protocol supportLoïc Hoguin