| draft-lafon-rfc2616bis-00.abnf.txt | draft-lafon-rfc2616bis-01.abnf.txt | |||
|---|---|---|---|---|
| skipping to change at line 163 | skipping to change at line 163 | |||
| | "GET" ; Section 9.3 | | "GET" ; Section 9.3 | |||
| | "HEAD" ; Section 9.4 | | "HEAD" ; Section 9.4 | |||
| | "POST" ; Section 9.5 | | "POST" ; Section 9.5 | |||
| | "PUT" ; Section 9.6 | | "PUT" ; Section 9.6 | |||
| | "DELETE" ; Section 9.7 | | "DELETE" ; Section 9.7 | |||
| | "TRACE" ; Section 9.8 | | "TRACE" ; Section 9.8 | |||
| | "CONNECT" ; Section 9.9 | | "CONNECT" ; Section 9.9 | |||
| | extension-method | | extension-method | |||
| extension-method = token | extension-method = token | |||
| Request-URI = "*" | absoluteURI | abs_path | authority | Request-URI = "*" | |||
| | absoluteURI | ||||
| | abs_path [ "?" query ] | ||||
| | authority | ||||
| request-header = Accept ; Section 14.1 | request-header = Accept ; Section 14.1 | |||
| | Accept-Charset ; Section 14.2 | | Accept-Charset ; Section 14.2 | |||
| | Accept-Encoding ; Section 14.3 | | Accept-Encoding ; Section 14.3 | |||
| | Accept-Language ; Section 14.4 | | Accept-Language ; Section 14.4 | |||
| | Authorization ; Section 14.8 | | Authorization ; Section 14.8 | |||
| | Expect ; Section 14.20 | | Expect ; Section 14.20 | |||
| | From ; Section 14.22 | | From ; Section 14.22 | |||
| | Host ; Section 14.23 | | Host ; Section 14.23 | |||
| | If-Match ; Section 14.24 | | If-Match ; Section 14.24 | |||
| skipping to change at line 203 | skipping to change at line 206 | |||
| Status-Code = | Status-Code = | |||
| "100" ; Section 10.1.1: Continue | "100" ; Section 10.1.1: Continue | |||
| | "101" ; Section 10.1.2: Switching Protocols | | "101" ; Section 10.1.2: Switching Protocols | |||
| | "200" ; Section 10.2.1: OK | | "200" ; Section 10.2.1: OK | |||
| | "201" ; Section 10.2.2: Created | | "201" ; Section 10.2.2: Created | |||
| | "202" ; Section 10.2.3: Accepted | | "202" ; Section 10.2.3: Accepted | |||
| | "203" ; Section 10.2.4: Non-Authoritative Information | | "203" ; Section 10.2.4: Non-Authoritative Information | |||
| | "204" ; Section 10.2.5: No Content | | "204" ; Section 10.2.5: No Content | |||
| | "205" ; Section 10.2.6: Reset Content | | "205" ; Section 10.2.6: Reset Content | |||
| | "206" ; Section 10.2.7 Partial Content | | "206" ; Section 10.2.7: Partial Content | |||
| | "300" ; Section 10.3.1: Multiple Choices | | "300" ; Section 10.3.1: Multiple Choices | |||
| | "301" ; Section 10.3.2: Moved Permanently | | "301" ; Section 10.3.2: Moved Permanently | |||
| | "302" ; Section 10.3.3: Found | | "302" ; Section 10.3.3: Found | |||
| | "303" ; Section 10.3.4: See Other | | "303" ; Section 10.3.4: See Other | |||
| | "304" ; Section 10.3.5: Not Modified | | "304" ; Section 10.3.5: Not Modified | |||
| | "305" ; Section 10.3.6: Use Proxy | | "305" ; Section 10.3.6: Use Proxy | |||
| | "307" ; Section 10.3.8: Temporary Redirect | | "307" ; Section 10.3.8: Temporary Redirect | |||
| | "400" ; Section 10.4.1: Bad Request | | "400" ; Section 10.4.1: Bad Request | |||
| | "401" ; Section 10.4.2: Unauthorized | | "401" ; Section 10.4.2: Unauthorized | |||
| | "402" ; Section 10.4.3: Payment Required | | "402" ; Section 10.4.3: Payment Required | |||
| skipping to change at line 383 | skipping to change at line 386 | |||
| If-Modified-Since = "If-Modified-Since" ":" HTTP-date | If-Modified-Since = "If-Modified-Since" ":" HTTP-date | |||
| If-None-Match = "If-None-Match" ":" ( "*" | 1#entity-tag ) | If-None-Match = "If-None-Match" ":" ( "*" | 1#entity-tag ) | |||
| If-Range = "If-Range" ":" ( entity-tag | HTTP-date ) | If-Range = "If-Range" ":" ( entity-tag | HTTP-date ) | |||
| If-Unmodified-Since = "If-Unmodified-Since" ":" HTTP-date | If-Unmodified-Since = "If-Unmodified-Since" ":" HTTP-date | |||
| Last-Modified = "Last-Modified" ":" HTTP-date | Last-Modified = "Last-Modified" ":" HTTP-date | |||
| Location = "Location" ":" absoluteURI | Location = "Location" ":" absoluteURI [ "#" fragment ] | |||
| Max-Forwards = "Max-Forwards" ":" 1*DIGIT | Max-Forwards = "Max-Forwards" ":" 1*DIGIT | |||
| Pragma = "Pragma" ":" 1#pragma-directive | Pragma = "Pragma" ":" 1#pragma-directive | |||
| pragma-directive = "no-cache" | extension-pragma | pragma-directive = "no-cache" | extension-pragma | |||
| extension-pragma = token [ "=" ( token | quoted-string ) ] | extension-pragma = token [ "=" ( token | quoted-string ) ] | |||
| Proxy-Authenticate = "Proxy-Authenticate" ":" 1#challenge | Proxy-Authenticate = "Proxy-Authenticate" ":" 1#challenge | |||
| Proxy-Authorization = "Proxy-Authorization" ":" credentials | Proxy-Authorization = "Proxy-Authorization" ":" credentials | |||
| End of changes. 3 change blocks. | ||||
| 3 lines changed or deleted | 6 lines changed or added | |||
This html diff was produced by rfcdiff 1.34. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||