This HTML version of ABNF is automatically generated using Jabnf. The protocol syntax is presented in ABNF according to RFC 2234 This version of ABNF is for informational purposes only. It is intended as a tool to help read the ABNF. Errors may have been introduced in translating to HTML. The original ABNF2HTML tool is implemeted by perl and provited by Inet Technologies, Inc.
COPYRIGHT 2005-2007 by Juphoon System Software, Inc. All rights reserved.This file consists of:
The productions for the ABNF specification are provided below.
| Rule Name | Production or Comment | |
|---|---|---|
| = | %x00-FF ; |
|
| = | %x00-7F ; |
|
| = | %x41-5A ; |
|
| = | %x61-7A | |
| = | UPALPHA / LOALPHA ; |
|
| = | %x30-39 ; |
|
| CTL | = | %x00-1F / %x7F ; |
| = | %x0D ; |
|
| = | %x0A ; |
|
| = | %x20 ; |
|
| = | %x09 ; |
|
| = | %x22 | |
| = | CR LF | |
| = | [CRLF] 1*(SP / HT) | |
| = | <any OCTET except CTLs | |