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_handler.erl
Age
Commit message (
Expand
)
Author
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-07-27
Add optional callbacks
Loïc Hoguin
2015-05-07
Exit with exit/1 on handler exception and include class in reason
James Fish
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-24
Remove the error tuple return value for middlewares
Loïc Hoguin
2014-07-12
Remove useless todo comments
Loïc Hoguin
2014-07-12
Reply with 400 on header parsing crash
Loïc Hoguin
2014-06-30
Update specs that were too wide
Loïc Hoguin
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-18
Fix loop handler keepalive race condition
James Fish
2013-08-24
Crash on failure, don't report errors
Loïc Hoguin
2013-05-16
Move cowboy_http:status() to cowboy:http_status()
Loïc Hoguin
2013-04-12
Don't receive data from the socket only once in the loop handler
Loïc Hoguin
2013-04-12
Ensure we can fetch the body in the info/3 function of loop handlers
Loïc Hoguin
2013-02-22
Fix to prevent loop handler awakening immediately after response sent
James Fish
2013-02-21
Added warn compile options. Fixed compile warnings.
Egobrain
2013-02-17
Fix {suspend, ...} specs to use atom() for function name
James Fish
2013-02-15
Make sure socket is passive once we've done with loop handler
Andrew Majorov
2013-02-11
Better handle socket closing with loop handlers
Loïc Hoguin
2013-01-29
Fix {cowboy_req, resp_sent} potentially leaking in loop handlers
Loïc Hoguin
2013-01-22
Replace terminate/2 with terminate/3, adding a Reason
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin