Changeset 677 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 13/08/09 01:21:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r676 r677 550 550 protocol version, followed by MIME-like header fields containing 551 551 request modifiers, client information, and payload metadata, an empty 552 line, and finally the payload body (if any). 553 The server response (<xref target="response"/>) begins with a status line, 554 including the protocol version, a success or error code, and textual 552 line to indicate the end of the header section, and finally the payload 553 body (if any). 554 </t> 555 <t> 556 A server responds to the client's request by sending an HTTP response 557 message (<xref target="response"/>), beginning with a status line that 558 includes the protocol version, a success or error code, and textual 555 559 reason phrase, followed by MIME-like header fields containing server 556 information, resource metadata, payload metadata, an empty line, and557 finally the payload body (if any).560 information, resource metadata, and payload metadata, an empty line to 561 indicate the end of the header section, and finally the payload body (if any). 558 562 </t> 559 563 <t>
Note: See TracChangeset
for help on using the changeset viewer.