Changeset 149
- Timestamp:
- 05/01/08 03:27:12 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r140 r149 681 681 </p> 682 682 <h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a> <a id="status.code.and.reason.phrase" href="#status.code.and.reason.phrase">Status Code and Reason Phrase</a></h1> 683 <p id="rfc.section.5.p.1">The Status-Code element is a 3-digit integer result code of the attempt to understand and satisfy the request. The se codes684 are fullydefined in <a href="#status.codes" title="Status Code Definitions">Section 9</a>. The Reason-Phrase is intended to give a short textual description of the Status-Code. The Status-Code is intended for use683 <p id="rfc.section.5.p.1">The Status-Code element is a 3-digit integer result code of the attempt to understand and satisfy the request. The status 684 codes listed below are defined in <a href="#status.codes" title="Status Code Definitions">Section 9</a>. The Reason-Phrase is intended to give a short textual description of the Status-Code. The Status-Code is intended for use 685 685 by automata and the Reason-Phrase is intended for the human user. The client is not required to examine or display the Reason-Phrase. 686 686 </p> -
draft-ietf-httpbis/latest/p2-semantics.xml
r140 r149 378 378 <t> 379 379 The Status-Code element is a 3-digit integer result code of the 380 attempt to understand and satisfy the request. These codes are fully 381 defined in <xref target="status.codes"/>. The Reason-Phrase is intended to give a short 380 attempt to understand and satisfy the request. The status codes listed 381 below are defined in <xref target="status.codes"/>. 382 The Reason-Phrase is intended to give a short 382 383 textual description of the Status-Code. The Status-Code is intended 383 384 for use by automata and the Reason-Phrase is intended for the human
Note: See TracChangeset
for help on using the changeset viewer.