メインコンテンツまでスキップ

Appendix C. Imported ABNF (インポートされたABNF)

以下のコアルールは、[RFC5234]の付録B.1で定義されているように、参照によって含まれています:

  • ALPHA (文字)
  • CR (キャリッジリターン)
  • CRLF (CR LF)
  • CTL (制御文字)
  • DIGIT (10進数 0-9)
  • DQUOTE (二重引用符)
  • HEXDIG (16進数 0-9/A-F/a-f)
  • HTAB (水平タブ)
  • LF (ラインフィード)
  • OCTET (任意の8ビットデータシーケンス)
  • 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>