mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -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 instanceof Headers
|
||||||
? headers
|
? headers
|
||||||
: new 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`.
|
// 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.
|
// 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
|
// See https://httpwg.org/specs/rfc7540.html#HttpRequest
|
||||||
|
|
Loading…
Add table
Reference in a new issue