Skip to content

Commit

Permalink
RFC6265bis: ABNF formatting.
Browse files Browse the repository at this point in the history
Closes #246. h/t @reschke.
  • Loading branch information
mikewest committed Oct 12, 2016
1 parent bffa6dd commit 5a5b9d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions draft-ietf-httpbis-rfc6265bis.md
Expand Up @@ -377,15 +377,14 @@ cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E
; US-ASCII characters excluding CTLs,
; whitespace DQUOTE, comma, semicolon,
; and backslash
token = token
; defined in [RFC2616], Section 2.2
token = <token, defined in [RFC2616], Section 2.2>

cookie-av = expires-av / max-age-av / domain-av /
path-av / secure-av / httponly-av /
extension-av
expires-av = "Expires=" sane-cookie-date
sane-cookie-date = rfc1123-date
; defined in [RFC2616], Section 3.3.1
sane-cookie-date =
<rfc1123-date, defined in [RFC2616], Section 3.3.1>
max-age-av = "Max-Age=" non-zero-digit *DIGIT
; In practice, both expires-av and max-age-av
; are limited to dates representable by the
Expand Down

0 comments on commit 5a5b9d6

Please sign in to comment.