Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 6265bis: Update ABNF to define field values #1469

Merged
merged 2 commits into from
May 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-httpbis-rfc6265bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ SHOULD NOT send Set-Cookie headers that fail to conform to the following
grammar:

~~~ abnf
set-cookie-header = "Set-Cookie:" SP BWS set-cookie-string
set-cookie = set-cookie-string
set-cookie-string = BWS cookie-pair *( BWS ";" OWS cookie-av )
cookie-pair = cookie-name BWS "=" BWS cookie-value
cookie-name = 1*cookie-octet
Expand Down Expand Up @@ -761,7 +761,7 @@ conforms to the requirements in {{ua-requirements}}), the user agent will send a
header that conforms to the following grammar:

~~~ abnf
cookie-header = "Cookie:" SP cookie-string
cookie = cookie-string
cookie-string = cookie-pair *( ";" SP cookie-pair )
~~~

Expand Down