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
2017-11-01
Add {switch_handler, Module} return value to cowboy_rest
Loïc Hoguin
2017-02-18
Allow passing options to sub protocols
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Remaining Dialyzer fixes
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
2016-10-18
Fix if_modified_since match of last_modified
Christopher Adams
2016-08-10
Let the stream handler take care of crash handling and logging
Loïc Hoguin
2016-06-06
REST: Ignore If...Since if If...Match header exists
Loïc Hoguin
2016-06-06
REST: If-None-Match uses weak Etag comparison
Loïc Hoguin
2016-06-06
REST: If-Match uses strong Etag comparison
Loïc Hoguin
2016-06-06
Remove the environment from cowboy_rest crash reports
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-07-27
Add optional callbacks
Loïc Hoguin
2015-07-27
Add spec to silence a Dialyzer warning
Loïc Hoguin
2015-05-07
Exit with exit/1 on handler exception and include class in reason
James Fish
2015-05-06
Use the most recent state on error in cowboy_rest
Loïc Hoguin
2015-02-04
Use cowlib for parsing headers; remove cowboy_http
Loïc Hoguin
2014-11-07
Rename 'halt' to 'stop' for better consistency
Loïc Hoguin
2014-10-03
Remove the REST known_content_type callback
Loïc Hoguin
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
[next]