Changeset 198
- Timestamp:
- 05/02/08 02:45:26 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r197 r198 1433 1433 </pre><h3 id="rfc.section.6.1.1"><a href="#rfc.section.6.1.1">6.1.1</a> <a id="status.code.and.reason.phrase" href="#status.code.and.reason.phrase">Status Code and Reason Phrase</a></h3> 1434 1434 <p id="rfc.section.6.1.1.p.1">The Status-Code element is a 3-digit integer result code of the attempt to understand and satisfy the request. These codes 1435 are fully defined in <a href="p2-semantics.html#status.codes" title="Status Code Definitions">Section 8</a> of <a href="#Part2" id="rfc.xref.Part2.8"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>. The Reason-Phrase is intended to give a short textual description of the Status-Code. The Status-Code is intended for use 1436 by automata and the Reason-Phrase is intended for the human user. The client is not required to examine or display the Reason-Phrase. 1435 are fully defined in <a href="p2-semantics.html#status.codes" title="Status Code Definitions">Section 8</a> of <a href="#Part2" id="rfc.xref.Part2.8"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>. The Reason Phrase exists for the sole purpose of providing a textual description associated with the numeric status code, 1436 out of deference to earlier Internet application protocols that were more frequently used with interactive text clients. A 1437 client <em class="bcp14">SHOULD</em> ignore the content of the Reason Phrase. 1437 1438 </p> 1438 1439 <p id="rfc.section.6.1.1.p.2">The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. -
draft-ietf-httpbis/latest/p1-messaging.xml
r197 r198 1807 1807 The Status-Code element is a 3-digit integer result code of the 1808 1808 attempt to understand and satisfy the request. These codes are fully 1809 defined in &status-codes;. The Reason-Phrase is intended to give a short 1810 textual description of the Status-Code. The Status-Code is intended 1811 for use by automata and the Reason-Phrase is intended for the human 1812 user. The client is not required to examine or display the Reason-Phrase. 1809 defined in &status-codes;. The Reason Phrase exists for the sole 1810 purpose of providing a textual description associated with the numeric 1811 status code, out of deference to earlier Internet application protocols 1812 that were more frequently used with interactive text clients. 1813 A client &SHOULD; ignore the content of the Reason Phrase. 1813 1814 </t> 1814 1815 <t>
Note: See TracChangeset
for help on using the changeset viewer.