Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for header fields should be case-insensitive #21

Open
markw opened this issue Oct 2, 2015 · 0 comments
Open

Searching for header fields should be case-insensitive #21

markw opened this issue Oct 2, 2015 · 0 comments

Comments

@markw
Copy link

markw commented Oct 2, 2015

The implementation of RequestHeader.field(String) is case-sensitive, which does not conform to the spec.

Per RFC 7230:
3.2. Header Fields

Each header field consists of a case-insensitive field name followed
by a colon (":"), optional leading whitespace, the field value, and
optional trailing whitespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant