diff options
Diffstat (limited to 'doc')
-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 |