aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_rest.erl
AgeCommit message (Expand)Author
2017-11-01Add {switch_handler, Module} return value to cowboy_restLoïc Hoguin
2017-02-18Allow passing options to sub protocolsLoïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2017-01-02Remaining Dialyzer fixesLoïc Hoguin
2017-01-02Numerous Dialyzer fixesLoïc Hoguin
2016-10-18Fix if_modified_since match of last_modifiedChristopher Adams
2016-08-10Let the stream handler take care of crash handling and loggingLoïc Hoguin
2016-06-06REST: Ignore If...Since if If...Match header existsLoïc Hoguin
2016-06-06REST: If-None-Match uses weak Etag comparisonLoïc Hoguin
2016-06-06REST: If-Match uses strong Etag comparisonLoïc Hoguin
2016-06-06Remove the environment from cowboy_rest crash reportsLoïc Hoguin
2016-03-05Initial commit with connection/streamsLoïc Hoguin
2015-07-27Add optional callbacksLoïc Hoguin
2015-07-27Add spec to silence a Dialyzer warningLoïc Hoguin
2015-05-07Exit with exit/1 on handler exception and include class in reasonJames Fish
2015-05-06Use the most recent state on error in cowboy_restLoïc Hoguin
2015-02-04Use cowlib for parsing headers; remove cowboy_httpLoïc Hoguin
2014-11-07Rename 'halt' to 'stop' for better consistencyLoïc Hoguin
2014-10-03Remove the REST known_content_type callbackLoïc Hoguin
2014-09-30Improve handler interface and documentationLoïc Hoguin
2014-09-26Unify the init and terminate callbacksLoïc Hoguin
2014-09-23Breaking update of the cowboy_req interfaceLoïc Hoguin
2014-07-12Reply with 400 on header parsing crashLoïc Hoguin
2014-06-30Return 422 instead of 400 when AcceptResource returns falseLoïc Hoguin
2014-06-30Update specs that were too wideLoïc Hoguin
2014-06-10Merge branch 'binary-expires' of git://github.com/NineFX/cowboyLoïc Hoguin
2014-06-10Allow users to pass a raw binary() as the expires header.Drew Varner
2014-03-26Remove outdated comments, all edoc, plus a few minor tweaksLoïc Hoguin
2014-02-06Update copyright yearsLoïc Hoguin
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