mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Add a REST principles chapter to the guide
This is a complex subject so hopefully I did not introduce errors while trying to explain it.
This commit is contained in:
parent
07c622a0fe
commit
7a808e0aa3
2 changed files with 164 additions and 5 deletions
|
@ -28,15 +28,11 @@ Static files
|
|||
------------
|
||||
|
||||
* [Static handler](static_handlers.md)
|
||||
* Distributed CDN solutions
|
||||
* Efficiently serving files
|
||||
|
||||
REST
|
||||
----
|
||||
|
||||
* REST principles
|
||||
* Media types explained
|
||||
* HTTP caching
|
||||
* [REST principles](rest_principles.md)
|
||||
* [Handling REST requests](rest_handlers.md)
|
||||
* HEAD/GET requests flowchart
|
||||
* POST/PUT/PATCH requests flowchart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue