0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Add the few remaining tests to the rfc7231 test suite

This commit is contained in:
Loïc Hoguin 2017-12-08 20:38:31 +01:00
parent b000d53855
commit 17719a136d
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
3 changed files with 99 additions and 2 deletions

View file

@ -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