Appendix C. Collected ABNF (ABNF collecté)
ETag = entity-tag
HTTP-date = <HTTP-date, voir [RFC7231], Section 7.1.1.1>
If-Match = "*" / 1#entity-tag
If-Modified-Since = HTTP-date
If-None-Match = "*" / 1#entity-tag
If-Unmodified-Since = HTTP-date
Last-Modified = HTTP-date
entity-tag = [ weak ] opaque-tag
etagc = %x21 / %x23-7E / obs-text
; VCHAR sauf guillemets doubles, plus obs-text
obs-text = <obs-text, voir [RFC7230], Section 3.2.6>
opaque-tag = DQUOTE *etagc DQUOTE
weak = %x57.2F ; "W/", sensible à la casse