Changeset 428 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 22/11/08 19:02:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r427 r428 4435 4435 <x:ref>Response</x:ref> = Status-Line *( ( general-header / response-header / 4436 4436 entity-header ) CRLF ) CRLF [ message-body ] 4437 4437 4438 <x:ref>Status-Code</x:ref> = 3DIGIT 4438 4439 <x:ref>Status-Line</x:ref> = HTTP-Version SP Status-Code SP Reason-Phrase CRLF … … 4445 4446 <x:ref>Transfer-Encoding-v</x:ref> = *( "," OWS ) transfer-coding *( OWS "," [ OWS 4446 4447 transfer-coding ] ) 4448 4447 4449 <x:ref>URI</x:ref> = <URI, defined in [RFC3986], Section 3> 4448 4450 <x:ref>URI-reference</x:ref> = <URI-reference, defined in [RFC3986], Section 4.1> … … 4454 4456 ] *( OWS "," [ OWS received-protocol RWS received-by [ RWS comment ] 4455 4457 ] ) 4458 4456 4459 <x:ref>Warning</x:ref> = <Warning, defined in [Part6], Section 15.6> 4457 4460 … … 4488 4491 <x:ref>generic-message</x:ref> = start-line *( message-header CRLF ) CRLF [ 4489 4492 message-body ] 4493 4490 4494 <x:ref>http-URI</x:ref> = "http://" authority path-abempty [ "?" query ] 4491 4495 … … 4504 4508 <x:ref>month</x:ref> = s-Jan / s-Feb / s-Mar / s-Apr / s-May / s-Jun / s-Jul / s-Aug 4505 4509 / s-Sep / s-Oct / s-Nov / s-Dec 4510 4506 4511 <x:ref>obs-fold</x:ref> = CRLF 4507 4512 <x:ref>obs-text</x:ref> = %x80-FF
Note: See TracChangeset
for help on using the changeset viewer.