Skip to content

The HTTP field name should be lowercase #172

@condorheroblog

Description

@condorheroblog
  • HTTP/1.1 specifies that field names are not case-sensitive - HTTP/1.1 Fields.

image

  • HTTP/2 specifies that field names must be lowercase - HTTP/2 Fields.

image

  • The request headers for Node are also lowercase.

Based on the above reasons, I believe that the field name for request headers should be lowercase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions