Ignore:
Timestamp:
03/06/13 07:49:30 (10 years ago)
Author:
fielding@…
Message:

add optional fragment to the URI definitions, as required by RFC3986; addresses #451

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/httpbis.abnf

    r2263 r2279  
    134134field-value = *( field-content / obs-fold )
    135135first-byte-pos = 1*DIGIT
     136fragment = <fragment, defined in [RFC3986], Section 3.5>
    136137header-field = field-name ":" OWS field-value OWS
    137138hour = 2DIGIT
    138 http-URI = "http://" authority path-abempty [ "?" query ]
    139 https-URI = "https://" authority path-abempty [ "?" query ]
     139http-URI = "http://" authority path-abempty [ "?" query ] [ "#" fragment ]
     140https-URI = "https://" authority path-abempty [ "?" query ] [ "#" fragment ]
    140141language-range = <language-range, defined in [RFC4647], Section 2.1>
    141142language-tag = <Language-Tag, defined in [RFC5646], Section 2.1>
Note: See TracChangeset for help on using the changeset viewer.