Appendix C. 导入的 ABNF
以下核心规则通过引用纳入, 如 [RFC5234] 的 Appendix B.1 所定义:
- ALPHA (字母)
- CR (回车)
- CRLF (CR LF)
- CTL (控制字符)
- DIGIT (十进制 0-9)
- DQUOTE (双引号)
- HEXDIG (十六进制 0-9/A-F/a-f)
- HTAB (水平制表符)
- LF (换行)
- OCTET (任意 8-bit 数据序列)
- SP (空格)
- VCHAR (任意可见 US-ASCII 字符)
以下规则定义于 [RFC7230]:
BWS = <BWS, see [RFC7230], Section 3.2.3>
OWS = <OWS, see [RFC7230], Section 3.2.3>
RWS = <RWS, see [RFC7230], Section 3.2.3>
URI-reference = <URI-reference, see [RFC7230], Section 2.7>
absolute-URI = <absolute-URI, see [RFC7230], Section 2.7>
comment = <comment, see [RFC7230], Section 3.2.6>
field-name = <field-name, see [RFC7230], Section 3.2>
partial-URI = <partial-URI, see [RFC7230], Section 2.7>
quoted-string = <quoted-string, see [RFC7230], Section 3.2.6>
token = <token, see [RFC7230], Section 3.2.6>
以下规则定义于本规范的其他部分:
HTTP-date = <HTTP-date, see Section 7.1.1.1>
content-coding = <content-coding, see Section 3.1.2.1>
language-range = <language-range, see Section 5.3.1>
language-tag = <language-tag, see Section 3.1.3.1>
media-type = <media-type, see Section 3.1.1.1>
method = <method, see [RFC7230], Section 3.1.1>
product = <product, see Section 5.5.3>
qvalue = <qvalue, see Section 5.3.1>