0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Describe what star represent in the REST flowcharts

This commit is contained in:
Loïc Hoguin 2019-04-03 14:08:53 +02:00
parent bfee20e61e
commit 21d267a44a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -16,7 +16,8 @@ exists.
The red squares refer to another diagram. The light green squares The red squares refer to another diagram. The light green squares
indicate a response. Other squares may be either a callback or a indicate a response. Other squares may be either a callback or a
question answered by Cowboy itself. Green arrows tend to indicate question answered by Cowboy itself. Green arrows tend to indicate
the default behavior if the callback is undefined. the default behavior if the callback is undefined. The star next
to values indicate that the value is descriptive rather than exact.
=== Start === Start