Changeset 838 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 08/07/10 13:24:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r837 r838 71 71 <!ENTITY status-412 "<xref target='Part4' x:rel='#status.412' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 72 72 <!ENTITY status-416 "<xref target='Part5' x:rel='#status.416' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 73 <!ENTITY p4-status-codes "<xref target='Part4' x:rel='#status.code.definitions' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 74 <!ENTITY p5-status-codes "<xref target='Part5' x:rel='#status.code.definitions' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 75 <!ENTITY p7-status-codes "<xref target='Part7' x:rel='#status.code.definitions' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 73 76 ]> 74 77 <?rfc toc="yes" ?> … … 525 528 The Status-Code element is a 3-digit integer result code of the 526 529 attempt to understand and satisfy the request. The status codes listed 527 below are defined in <xref target="status.codes"/>. 530 below are defined in <xref target="status.codes"/>, &p4-status-codes;, 531 &p5-status-codes;, and &p7-status-codes;. 532 </t> 533 <t> 528 534 The Reason-Phrase is intended to give a short 529 535 textual description of the Status-Code. The Status-Code is intended
Note: See TracChangeset
for help on using the changeset viewer.