Skip to content

Commit

Permalink
Merge branch 'main' into cookie-indices-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot authored Mar 19, 2024
2 parents 2228196 + 0736f4b commit f87443d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-nottingham-http-availability-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ The Cookie-Indices response header field is the availability hint for content ne

~~~ http-message
Vary: Cookie
Cookie-Indices: id, sid
Cookie-Indices: "id", "sid"
~~~

Cookie-Indices is a Structured Field, whose value is a List ({{Section 3.1 of STRUCTURED-FIELDS}}) of Tokens ({{Section 3.3.4 of STRUCTURED-FIELDS}}). Each list item indicates a cookie name whose value is to be considered when selecting responses.
Cookie-Indices is a Structured Field, whose value is a List ({{Section 3.1 of STRUCTURED-FIELDS}}) of Strings ({{Section 3.3.3 of STRUCTURED-FIELDS}}). Each list item indicates a cookie name whose value is to be considered when selecting responses.

The selection algorithm for Cookie-Indices, given a set of stored_responses a presented_request, and the value of Cookie-Indices:

Expand Down

0 comments on commit f87443d

Please sign in to comment.