Changeset 1558 for draft-ietf-httpbis
- Timestamp:
- 04/03/12 00:05:37 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1557 r1558 1277 1277 <div id="rfc.figure.u.17"></div><pre class="inline"><span id="rfc.iref.g.31"></span> <a href="#status.code" class="smpl">status-code</a> = 3<a href="#core.rules" class="smpl">DIGIT</a> 1278 1278 </pre><h4 id="rfc.section.3.1.2.2"><a href="#rfc.section.3.1.2.2">3.1.2.2</a> <a id="reason.phrase" href="#reason.phrase">Reason Phrase</a></h4> 1279 <p id="rfc.section.3.1.2.2.p.1">The Reason Phrase exists for the sole purpose of providing a textual description associated with the numeric status code,1280 out of deference to earlier Internet application protocols that were more frequently used with interactive text clients. A1281 client <em class="bcp14">SHOULD</em> ignore the content of the Reason Phrase.1279 <p id="rfc.section.3.1.2.2.p.1">The reason-phrase element exists for the sole purpose of providing a textual description associated with the numeric status 1280 code, mostly out of deference to earlier Internet application protocols that were more frequently used with interactive text 1281 clients. A client <em class="bcp14">SHOULD</em> ignore the reason-phrase content. 1282 1282 </p> 1283 1283 <div id="rfc.figure.u.18"></div><pre class="inline"><span id="rfc.iref.g.32"></span> <a href="#reason.phrase" class="smpl">reason-phrase</a> = *( <a href="#core.rules" class="smpl">HTAB</a> / <a href="#core.rules" class="smpl">SP</a> / <a href="#core.rules" class="smpl">VCHAR</a> / <a href="#rule.quoted-string" class="smpl">obs-text</a> ) -
draft-ietf-httpbis/latest/p1-messaging.xml
r1557 r1558 1200 1200 <x:anchor-alias value="reason-phrase"/> 1201 1201 <t> 1202 The Reason Phrase exists for the sole purpose of providing a textual1203 description associated with the numeric status code, out of deference to1204 earlier Internet application protocols that were more frequently used with1205 interactive text clients. A client &SHOULD; ignore the content of the Reason1206 Phrase.1202 The reason-phrase element exists for the sole purpose of providing a 1203 textual description associated with the numeric status code, mostly 1204 out of deference to earlier Internet application protocols that were more 1205 frequently used with interactive text clients. A client &SHOULD; ignore 1206 the reason-phrase content. 1207 1207 </t> 1208 1208 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="reason-phrase"/>
Note: See TracChangeset
for help on using the changeset viewer.