aboutsummaryrefslogtreecommitdiffstats
path: root/guide/rest_flowcharts.md
blob: 1aa4f55fdfe9a58823c48120293cf4a1da63416c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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](rest_start.png)

OPTIONS method
--------------

![REST OPTIONS method flowchart](rest_options.png)

Content negotiation
-------------------

![REST content negotiation flowchart](rest_conneg.png)

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

![REST GET/HEAD methods flowchart](rest_get_head.png)

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

![REST PUT/POST/PATCH methods flowchart](rest_put_post_patch.png)

DELETE method
-------------

![REST DELETE method flowchart](rest_delete.png)

Conditional requests
--------------------

![REST conditional requests flowchart](rest_cond.png)