aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-08 20:38:31 +0100
committerLoïc Hoguin <[email protected]>2017-12-08 20:38:31 +0100
commit17719a136dbe520436ae4aa5dd4827a19b1a5348 (patch)
tree77a9fadb99c971b2b1e7cc59c97c9b2aa2ab9494 /doc
parentb000d53855592c5470a8c2f2dcebc4915ec4d4d1 (diff)
downloadcowboy-17719a136dbe520436ae4aa5dd4827a19b1a5348.tar.gz
cowboy-17719a136dbe520436ae4aa5dd4827a19b1a5348.tar.bz2
cowboy-17719a136dbe520436ae4aa5dd4827a19b1a5348.zip
Add the few remaining tests to the rfc7231 test suite
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_rest.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_rest.asciidoc b/doc/src/manual/cowboy_rest.asciidoc
index 105506a..1b33bb8 100644
--- a/doc/src/manual/cowboy_rest.asciidoc
+++ b/doc/src/manual/cowboy_rest.asciidoc
@@ -667,7 +667,9 @@ Return the list of request headers that affect the
representation of the resource.
Cowboy automatically adds the accept, accept-charset and
-accept-language headers when necessary.
+accept-language headers when necessary. It's also useful
+to note that some standard headers also do not need to be
+listed here, like the authorization header.
== Changelog