0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/guide/rest_flowcharts.md
Loïc Hoguin 05503affa8 Add a stub chapter with all the REST flowcharts
The detailed explanations will be written at a later time.
2014-06-21 18:50:50 +02:00

809 B

REST flowcharts

This chapter will explain the REST handler state machine through a number of different diagrams.

This chapter is still under construction.

Start

REST starting flowchart

OPTIONS method

REST OPTIONS method flowchart

Content negotiation

REST content negotiation flowchart

GET and HEAD methods

REST GET/HEAD methods flowchart

PUT, POST and PATCH methods

REST PUT/POST/PATCH methods flowchart

DELETE method

REST DELETE method flowchart

Conditional requests

REST conditional requests flowchart