在下面收集的ABNF中,列表规则根据[RFC7230]的第1.2节进行了扩展。
ETag = entity-tagHTTP-date = <HTTP-date, see [RFC7231], Section 7.1.1.1>If-Match = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWSentity-tag ] ) )If-Modified-Since = HTTP-dateIf-None-Match = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWSentity-tag ] ) )If-Unmodified-Since = HTTP-dateLast-Modified = HTTP-dateOWS = <OWS, see [RFC7230], Section 3.2.3>entity-tag = [ weak ] opaque-tagetagc = "!" / %x23-7E ; '#'-'~'/ obs-textobs-text = <obs-text, see [RFC7230], Section 3.2.6>opaque-tag = DQUOTE *etagc DQUOTEweak = %x57.2F ; W/
