Skip to content

http: make early hints implementation more generic #44816

Closed
@mcollina

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'
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.httpIssues or 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