0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/guide
Loïc Hoguin 647e95aed1 Replace terminate/2 with terminate/3, adding a Reason
This should have been done a *long* time ago, back when I initially
added Websocket support. This is the first part of two in improving
loop handler support with regards to socket closure.

Reason may include: {normal, shutdown} for the most normal shutdown,
{normal, timeout} for a loop handler timeout shutdown, or {error, _}
if an error occured.
2013-01-22 02:34:18 +01:00
..
handlers.md Explain how to write custom protocol upgrades in the guide 2013-01-18 00:15:00 +01:00
hooks.md Add hooks documentation to the guide 2013-01-18 00:54:41 +01:00
http_handlers.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
internals.md Finish up the Internals chapter 2013-01-18 20:22:49 +01:00
introduction.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
loop_handlers.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
middlewares.md Add middleware support 2013-01-03 22:47:51 +01:00
req.md First draft done for the request object guide chapter 2013-01-20 15:14:13 +01:00
rest_handlers.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
routing.md Finish the routing chapter of the guide 2013-01-18 16:07:38 +01:00
static_handlers.md Document the static handler in the guide 2013-01-18 20:33:48 +01:00
toc.md First draft done for the request object guide chapter 2013-01-20 15:14:13 +01:00
ws_handlers.md Get the basics of Websocket covered in the guide 2013-01-17 23:58:55 +01:00