diff options
author | Loïc Hoguin <[email protected]> | 2017-12-08 20:38:31 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-12-08 20:38:31 +0100 |
commit | 17719a136dbe520436ae4aa5dd4827a19b1a5348 (patch) | |
tree | 77a9fadb99c971b2b1e7cc59c97c9b2aa2ab9494 /doc/src | |
parent | b000d53855592c5470a8c2f2dcebc4915ec4d4d1 (diff) | |
download | cowboy-17719a136dbe520436ae4aa5dd4827a19b1a5348.tar.gz cowboy-17719a136dbe520436ae4aa5dd4827a19b1a5348.tar.bz2 cowboy-17719a136dbe520436ae4aa5dd4827a19b1a5348.zip |
Add the few remaining tests to the rfc7231 test suite
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/manual/cowboy_rest.asciidoc | 4 |
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 |