mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
42 lines
809 B
Markdown
42 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
|
|
--------------------
|
|
|
|

|