Skip to content

Searching for header fields should be case-insensitive #21

@markw

Description

@markw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions