-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for http prefix header maps of lists
This commit removes support for binding the httpPrefixHeaders trait to a map with a value targeting a list of strings. This behavior isn't actually supported in practice by any client or server implementations. It is also extremely difficult to support not only because HTTP headers have no hard requirement on a common grammar (see Set-Cookie), but also because many HTTP cliens can't reliably control whether headers are sent in a single header field or across multiple header fields.
- Loading branch information
Showing
3 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters