mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
43 lines
809 B
Markdown
43 lines
809 B
Markdown
![]() |
REST flowcharts
|
||
|
===============
|
||
|
|
||
|
This chapter will explain the REST handler state machine through
|
||
|
a number of different diagrams.
|
||
|
|
||
|
This chapter is still under construction.
|
||
|
|
||
|
Start
|
||
|
-----
|
||
|
|
||
|

|
||
|
|
||
|
OPTIONS method
|
||
|
--------------
|
||
|
|
||
|

|
||
|
|
||
|
Content negotiation
|
||
|
-------------------
|
||
|
|
||
|

|
||
|
|
||
|
GET and HEAD methods
|
||
|
--------------------
|
||
|
|
||
|

|
||
|
|
||
|
PUT, POST and PATCH methods
|
||
|
---------------------------
|
||
|
|
||
|

|
||
|
|
||
|
DELETE method
|
||
|
-------------
|
||
|
|
||
|

|
||
|
|
||
|
Conditional requests
|
||
|
--------------------
|
||
|
|
||
|

|