mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
f4b029b082
commit
bc3c3296bf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export function createRequest({
|
|||
: headers instanceof Headers
|
||||
? headers
|
||||
: new Headers(
|
||||
// Filter out HTTP/2 pseudo-headers. These are internally-generated headers added to all HTTP/2 requests with trusted metadata about the request.
|
||||
// Filter out HTTP/2 pseudo-headers. These are internally-generated headers added to all HTTP/2 requests with trusted metadata about the request.
|
||||
// Examples include `:method`, `:scheme`, `:authority`, and `:path`.
|
||||
// They are always prefixed with a colon to distinguish them from other headers, and it is an error to add the to a Headers object manually.
|
||||
// See https://httpwg.org/specs/rfc7540.html#HttpRequest
|
||||
|
|
Loading…
Reference in a new issue