Navigation Menu

Skip to content

Commit

Permalink
doc: add server header into the discarded list of http message.headers
Browse files Browse the repository at this point in the history
PR-URL: #29962
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Huachao authored and targos committed Nov 10, 2019
1 parent b93c8a7 commit c0cbfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -1701,7 +1701,7 @@ header name:
* Duplicates of `age`, `authorization`, `content-length`, `content-type`, * Duplicates of `age`, `authorization`, `content-length`, `content-type`,
`etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`, `etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,
`last-modified`, `location`, `max-forwards`, `proxy-authorization`, `referer`, `last-modified`, `location`, `max-forwards`, `proxy-authorization`, `referer`,
`retry-after`, or `user-agent` are discarded. `retry-after`, `server`, or `user-agent` are discarded.
* `set-cookie` is always an array. Duplicates are added to the array. * `set-cookie` is always an array. Duplicates are added to the array.
* For duplicate `cookie` headers, the values are joined together with '; '. * For duplicate `cookie` headers, the values are joined together with '; '.
* For all other headers, the values are joined together with ', '. * For all other headers, the values are joined together with ', '.
Expand Down

0 comments on commit c0cbfae

Please sign in to comment.