aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_rest.erl
AgeCommit message (Expand)Author
2013-11-09Properly send 201 on PUT requests when resource didn't existLoïc Hoguin
2013-08-24Crash on failure, don't report errorsLoïc Hoguin
2013-06-08Merge branch 'dont_overwrite_stacktrace' of git://github.com/urbanserj/cowboyLoïc Hoguin
2013-06-07Don't overwrite stacktrace in `cowboy_rest:error_terminate/2`Sergey Urbanovich
2013-05-31Merge branch 'rest_method' of git://github.com/dvv/cowboyLoïc Hoguin
2013-05-16The charset iso-8859-1 is added only if not explicitely mentionedLoïc Hoguin
2013-05-16charsets_provided/2 returns a list of charsetsLoïc Hoguin
2013-05-16Make the return value of AcceptResource callback consistentLoïc Hoguin
2013-04-30Empty methods list allowedVladimir Dronnikov
2013-04-29Fix a bug in REST when allowed_methods is defined when method is OPTIONSLoïc Hoguin
2013-04-26Add chunked response body funJames Fish
2013-04-26Fix indenting issues in `cowboy_rest.erl`Seletskiy Stanislav
2013-04-26Add default CTP: "text/html" maps to `to_html`Seletskiy Stanislav
2013-04-20REST is no longer experimentalLoïc Hoguin
2013-04-20Fix POST behavior in RESTLoïc Hoguin
2013-04-15Build Allow header with a binary comprehensionLoïc Hoguin
2013-04-12Add default operations for OPTIONS method in RESTLoïc Hoguin
2013-04-12rest: reject incorrect content-type headerVladimir Dronnikov
2013-04-11Don't accept TRACE or CONNECT methods by default in RESTLoïc Hoguin
2013-04-11Remove process_post, post_is_create, create_path, created_path callbacksLoïc Hoguin
2013-03-03Add '*' matcher for parametersSlava Yurin
2013-02-16Add sub protocol behaviourJames Fish
2013-02-09Make sure rest_terminate is always calledLoïc Hoguin
2013-02-09Fix Location headerSlava Yurin
2013-01-29Merge branch 'patch-1' of https://github.com/CamShaft/cowboyLoïc Hoguin
2013-01-29allow POST rest handling to specify path after accepting contentTom Burdick
2013-01-29add patch support to cowboy_restTom Burdick
2013-01-22Fix handler state change in cowboy_restSlava Yurin
2013-01-18Remove a few old @todo commentsLoïc Hoguin
2013-01-05Add cowboy_req:set_resp_body_fun/2Loïc Hoguin
2013-01-03Add middleware supportLoïc Hoguin
2012-12-30Return 422 instead of 500 when handling bodyCameron Bytheway
2012-12-13Make the arguments to error_logger more consistentAndrew Thompson
2012-12-11Fix charset not working properly for RESTLoïc Hoguin
2012-12-03Remove the dependency on httpd_utilLoïc Hoguin
2012-11-30Return a 400 error if the Accept header was incorrectLoïc Hoguin
2012-11-29Add a better error message when user callbacks are not exportedLoïc Hoguin
2012-11-28Clarify error reports indicating they come from CowboyLoïc Hoguin
2012-11-28Merge branch 'master' of git://github.com/chancila/cowboyLoïc Hoguin
2012-11-27charsets_provided in rest module to return [binary()]Cristian Hancila
2012-11-27Cosmetic changes to various documentation filesLoïc Hoguin
2012-11-26Fix a small typo in the rest_init error messageLoïc Hoguin
2012-11-24Merge pull request #297 from puzza007/masterLoïc Hoguin
2012-11-16REST: Fix the status code sent if the content type isn't knownLoïc Hoguin
2012-11-10Convert headers to lowercaseJulian Squires
2012-10-25musnt is not the correct contraction of mustn't - use must_not insteadPaul Oliver
2012-10-13Clarify docs for known_methods and allowed_methods.Josh Allmann
2012-10-11Fix Vary header, was wrongly named Variances previouslyLoïc Hoguin
2012-09-29Add cowboy_req:get/2 and :set/2 private functionsLoïc Hoguin
2012-09-21Don't use decode_packet/3 for parsing the headersLoïc Hoguin