aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/rest_handlers.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-04 11:51:35 +0100
committerLoïc Hoguin <[email protected]>2018-11-04 11:58:59 +0100
commit8c9ad7bf078871295e391f416bfcb10c9156a35f (patch)
treef92cf4f4ff6f978405cf8171e86b44de27f91265 /doc/src/guide/rest_handlers.asciidoc
parentbf7ccc8623610d34cf3323db776b280a50275678 (diff)
downloadcowboy-8c9ad7bf078871295e391f416bfcb10c9156a35f.tar.gz
cowboy-8c9ad7bf078871295e391f416bfcb10c9156a35f.tar.bz2
cowboy-8c9ad7bf078871295e391f416bfcb10c9156a35f.zip
Add the rate_limited/2 REST callback
Diffstat (limited to 'doc/src/guide/rest_handlers.asciidoc')
-rw-r--r--doc/src/guide/rest_handlers.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/rest_handlers.asciidoc b/doc/src/guide/rest_handlers.asciidoc
index dab5bea..baf8e6a 100644
--- a/doc/src/guide/rest_handlers.asciidoc
+++ b/doc/src/guide/rest_handlers.asciidoc
@@ -84,6 +84,7 @@ if it is undefined, moving directly to the next step. Similarly,
| multiple_choices | `false`
| options | `ok`
| previously_existed | `false`
+| rate_limited | `false`
| resource_exists | `true`
| service_available | `true`
| uri_too_long | `false`