Skip to content

Why do headers convert into lowercase automatically? #71

@theblackfort

Description

@theblackfort

What are you trying to achieve or the steps to reproduce?

I would like to know how to capitalize headers when sending the response. Looks like Fastify converts the headers to lowercase while sending the response.

reply.header(`X-Robots-Tag`, `noindex`);

What was the result you received?

x-robots-tag: noindex

What did you expect?

X-Robots-Tag: noindex

Context

  • node version: v10.15.3
  • fastify version: 2.1.0
  • os: Mac
  • any other relevant information: None

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