0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Greatly expand on the Req object

Cut in four different chapters: request, request body,
response and cookies.
This commit is contained in:
Loïc Hoguin 2013-09-23 15:44:10 +02:00
parent eb4843a46b
commit 2b2829f585
5 changed files with 778 additions and 169 deletions

View file

@ -20,8 +20,9 @@ HTTP
* [Routing](routing.md)
* [Handling plain HTTP requests](http_handlers.md)
* [The Req object](req.md)
* Reading the request body
* Sending a response
* [Reading the request body](req_body.md)
* [Sending a response](resp.md)
* [Using cookies](cookies.md)
Static files
------------