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:
parent
eb4843a46b
commit
2b2829f585
5 changed files with 778 additions and 169 deletions
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue