Skip to content

http: make early hints implementation more generic #44816

Description

@mcollina

In #44180, we thought that the "early hints" implementation is not complete as it landed.

We need to fix it either as:

response.writeEarlyHints({
  link: 'your link header',
  x-trace-id: 'id for diagnostics'
})

or

response.writeInfomation(103, "Early Hints", {
  link: 'your link header',
  x-trace-id: 'id for diagnostics'
})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.httpIssues and PRs related to the http subsystem.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions