index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_rest.erl
Age
Commit message (
Expand
)
Author
2014-09-30
Improve handler interface and documentation
Loïc Hoguin
2014-09-26
Unify the init and terminate callbacks
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-07-12
Reply with 400 on header parsing crash
Loïc Hoguin
2014-06-30
Return 422 instead of 400 when AcceptResource returns false
Loïc Hoguin
2014-06-30
Update specs that were too wide
Loïc Hoguin
2014-06-10
Merge branch 'binary-expires' of git://github.com/NineFX/cowboy
Loïc Hoguin
2014-06-10
Allow users to pass a raw binary() as the expires header.
Drew Varner
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-11-09
Properly send 201 on PUT requests when resource didn't exist
Loïc Hoguin
2013-08-24
Crash on failure, don't report errors
Loïc Hoguin
2013-06-08
Merge branch 'dont_overwrite_stacktrace' of git://github.com/urbanserj/cowboy
Loïc Hoguin
2013-06-07
Don't overwrite stacktrace in `cowboy_rest:error_terminate/2`
Sergey Urbanovich
2013-05-31
Merge branch 'rest_method' of git://github.com/dvv/cowboy
Loïc Hoguin
2013-05-16
The charset iso-8859-1 is added only if not explicitely mentioned
Loïc Hoguin
2013-05-16
charsets_provided/2 returns a list of charsets
Loïc Hoguin
2013-05-16
Make the return value of AcceptResource callback consistent
Loïc Hoguin
2013-04-30
Empty methods list allowed
Vladimir Dronnikov
2013-04-29
Fix a bug in REST when allowed_methods is defined when method is OPTIONS
Loïc Hoguin
2013-04-26
Add chunked response body fun
James Fish
2013-04-26
Fix indenting issues in `cowboy_rest.erl`
Seletskiy Stanislav
2013-04-26
Add default CTP: "text/html" maps to `to_html`
Seletskiy Stanislav
2013-04-20
REST is no longer experimental
Loïc Hoguin
2013-04-20
Fix POST behavior in REST
Loïc Hoguin
2013-04-15
Build Allow header with a binary comprehension
Loïc Hoguin
2013-04-12
Add default operations for OPTIONS method in REST
Loïc Hoguin
2013-04-12
rest: reject incorrect content-type header
Vladimir Dronnikov
2013-04-11
Don't accept TRACE or CONNECT methods by default in REST
Loïc Hoguin
2013-04-11
Remove process_post, post_is_create, create_path, created_path callbacks
Loïc Hoguin
2013-03-03
Add '*' matcher for parameters
Slava Yurin
2013-02-16
Add sub protocol behaviour
James Fish
2013-02-09
Make sure rest_terminate is always called
Loïc Hoguin
2013-02-09
Fix Location header
Slava Yurin
2013-01-29
Merge branch 'patch-1' of https://github.com/CamShaft/cowboy
Loïc Hoguin
2013-01-29
allow POST rest handling to specify path after accepting content
Tom Burdick
2013-01-29
add patch support to cowboy_rest
Tom Burdick
2013-01-22
Fix handler state change in cowboy_rest
Slava Yurin
2013-01-18
Remove a few old @todo comments
Loïc Hoguin
2013-01-05
Add cowboy_req:set_resp_body_fun/2
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin
2012-12-30
Return 422 instead of 500 when handling body
Cameron Bytheway
2012-12-13
Make the arguments to error_logger more consistent
Andrew Thompson
2012-12-11
Fix charset not working properly for REST
Loïc Hoguin
2012-12-03
Remove the dependency on httpd_util
Loïc Hoguin
2012-11-30
Return a 400 error if the Accept header was incorrect
Loïc Hoguin
2012-11-29
Add a better error message when user callbacks are not exported
Loïc Hoguin
2012-11-28
Clarify error reports indicating they come from Cowboy
Loïc Hoguin
2012-11-28
Merge branch 'master' of git://github.com/chancila/cowboy
Loïc Hoguin
2012-11-27
charsets_provided in rest module to return [binary()]
Cristian Hancila
[next]