Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/http-integration' into http-inte…
Browse files Browse the repository at this point in the history
…gration
  • Loading branch information
jeremyroman committed Sep 3, 2024
2 parents 3f4ebef + d75e99a commit 667051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ HTTP headers which include URL patterns should accept a string in the [[#constru
Specifications for HTTP headers should operate on [=URL patterns=] (e.g., using the [=URL pattern/match=] algorithm) rather than {{URLPattern}} objects (which imply the existence of a JavaScript [=ECMAScript/realm=]).

<div algorithm>
To <dfn export>build a [=URL pattern=] from an HTTP structured field value</dfn> |rawPattern| given [=/URL=] |baseURL|, perform the following steps.
To <dfn export>build a [=URL pattern=] from an HTTP structured field value</dfn> |rawPattern| given [=/URL=] |baseURL|:

1. Let |serializedBaseURL| be the [=URL serializer|serialization=] of |baseURL|.
1. [=Assert=]: |rawPattern| is a [=structured header/string=].
Expand Down

0 comments on commit 667051e

Please sign in to comment.