Skip to content

Commit

Permalink
Excluding server-timing.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Jan 31, 2025
1 parent 062e471 commit c22215d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ const responseOnlyHeaders = {
proof: "Defined in RFC 7231, Section 7.4.2.",
reason: "Identifies the server software handling the response.",
},
"server-timing": {
description:
"Communicates one or more metrics related to the server-side processing of the current request.",
proof: "RFC 7230: Server provides server timing information.",
},
"set-cookie": {
proof: "Defined in RFC 6265, Section 4.1.",
reason: "Used to set cookies in responses.",
Expand Down

0 comments on commit c22215d

Please sign in to comment.