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_http_rest.erl
Age
Commit message (
Expand
)
Author
2012-04-01
Convert request to proplist when logging
Magnus Klaar
2012-03-13
Merge branch 'content-type-accepted-asterisk-atom' of https://github.com/dysi...
Loïc Hoguin
2012-03-08
If we have a mapping to '*' then use it as the default catch all accept
Tim Dysinger
2012-02-29
Tests and fixes for the generate_etag/2 callback
Magnus Klaar
2012-02-27
Remove the redundant include/ from -include("http.hrl")
Loïc Hoguin
2012-02-20
REST: Only send 201 when a new resource is created on POST
Loïc Hoguin
2012-01-26
Handle delete better when no delete_resource function is implemented
Tom Burdick
2012-01-23
Add {halt, Req, State} return value to most REST callbacks
Loïc Hoguin
2012-01-23
Rename a lot of HandlerState2 variables to HandlerState
Loïc Hoguin
2012-01-23
Improve the return value for cowboy_http_rest:upgrade/4
Loïc Hoguin
2012-01-09
Make REST handlers' put_resource accept true or false return values
Loïc Hoguin
2012-01-06
Make REST handlers' process_post accept true or false return values
Loïc Hoguin
2011-12-28
Add cowboy_http_req:set_resp_body_fun/3 to rest
Magnus Klaar
2011-12-26
Use calendar date and time types exported since R14B04
Loïc Hoguin
2011-12-22
Remove outdated @todo notes and update another
Loïc Hoguin
2011-12-19
create_path now returns a path, not an URI
Loïc Hoguin
2011-12-19
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
Loïc Hoguin
2011-12-12
Merge branch 'variances-fix' of github.com:klaar/cowboy
Loïc Hoguin
2011-12-12
Fixes match_media_type in cowboy_http_rest
Loïc Hoguin
2011-12-12
adds webmachine format content type handling
alisdair sullivan
2011-12-11
update cowboy_http_rest:variances/2
Magnus Klaar
2011-12-08
Fix the process_post/2 function in cowboy_http_rest
Loïc Hoguin
2011-12-08
Add more documentation to the REST protocol handler
Loïc Hoguin
2011-12-08
Add default values to known_methods and allowed_methods
Loïc Hoguin
2011-12-08
Allow HTTP protocol upgrades to use keepalive
Loïc Hoguin
2011-12-05
Add experimental Webmachine based REST protocol support
Loïc Hoguin