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

First draft done for the request object guide chapter

This commit is contained in:
Loïc Hoguin 2013-01-20 15:09:54 +01:00
parent 9d7f909923
commit 4b15d8f6e3
2 changed files with 116 additions and 2 deletions

View file

@ -37,7 +37,11 @@ Cowboy User Guide
* Purpose
* Request
* Request body
* Multipart request body
* Response
* Chunked response
* Response preconfiguration
* Reducing the memory footprint
* [Hooks](hooks.md)
* On request
* On response