0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/guide
Loïc Hoguin 28186a68d0 Make the HTTP version type more practical
Now instead of {1, 1} we have 'HTTP/1.1', and instead of {1, 0}
we have 'HTTP/1.0'. This is more efficient, easier to read in
crash logs, and clearer in the code.
2013-05-16 12:56:01 +02:00
..
handlers.md Add sub protocol behaviour 2013-02-16 16:19:53 +00:00
hooks.md Add an example of onresponse hooks 2013-03-01 19:54:30 -06:00
http_handlers.md Describe arguments of the HTTP handler callbacks 2013-03-02 20:33:22 +01:00
internals.md Finish up the Internals chapter 2013-01-18 20:22:49 +01:00
introduction.md Describe arguments of the HTTP handler callbacks 2013-03-02 20:33:22 +01:00
loop_handlers.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
middlewares.md Update Ranch to 0.8.0 2013-04-03 13:47:12 +02:00
req.md Make the HTTP version type more practical 2013-05-16 12:56:01 +02:00
resources.md Add a reference to an eventsource helper utility. 2013-04-06 20:05:21 -07:00
rest_handlers.md Fix a small error in the REST part of the guide 2013-04-26 17:08:58 +02:00
routing.md Add cowboy:set_env/3 2013-02-20 12:14:21 +01:00
static_handlers.md Improve static file handler guide chapter 2013-04-25 18:43:48 +02:00
toc.md Update the REST chapter of the guide 2013-04-26 14:12:29 +02:00
ws_handlers.md Fix small error in the websocket chapter in the guide 2013-01-30 19:00:47 +01:00