Changeset 148 for draft-ietf-httpbis
- Timestamp:
- 05/01/08 02:43:02 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r139 r148 1686 1686 <div id="rfc.figure.u.44"></div><pre class="text"> GET /pub/WWW/ HTTP/1.1 1687 1687 Host: www.example.org 1688 </pre><p id="rfc.section.8.4.p.5">A client <em class="bcp14">MUST</em> include a Host header field in all HTTP/1.1 request messages 1688 </pre><p id="rfc.section.8.4.p.5">A client <em class="bcp14">MUST</em> include a Host header field in all HTTP/1.1 request messages. If the requested URI does not include an Internet host name 1689 1689 for the service being requested, then the Host header field <em class="bcp14">MUST</em> be given with an empty value. An HTTP/1.1 proxy <em class="bcp14">MUST</em> ensure that any request message it forwards does contain an appropriate Host header field that identifies the service being 1690 1690 requested by the proxy. All Internet-based HTTP/1.1 servers <em class="bcp14">MUST</em> respond with a 400 (Bad Request) status code to any HTTP/1.1 request message which lacks a Host header field. -
draft-ietf-httpbis/latest/p1-messaging.xml
r139 r148 2392 2392 <t> 2393 2393 A client &MUST; include a Host header field in all HTTP/1.1 request 2394 messages 2394 messages. If the requested URI does not include an Internet host 2395 2395 name for the service being requested, then the Host header field &MUST; 2396 2396 be given with an empty value. An HTTP/1.1 proxy &MUST; ensure that any -
draft-ietf-httpbis/latest/p3-payload.html
r138 r148 750 750 <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a> <a id="entity.header.fields" href="#entity.header.fields">Entity Header Fields</a></h2> 751 751 <p id="rfc.section.3.1.p.1">Entity-header fields define metainformation about the entity-body or, if no body is present, about the resource identified 752 by the request. Some of this metainformation is <em class="bcp14">OPTIONAL</em>; some might be <em class="bcp14">REQUIRED</em> by portions of this specification.752 by the request. 753 753 </p> 754 754 <div id="rfc.figure.u.8"></div><pre class="inline"><span id="rfc.iref.g.14"></span><span id="rfc.iref.g.15"></span> entity-header = Allow ; <a href="#Part2" id="rfc.xref.Part2.1"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>, <a href="p2-semantics.html#header.allow" title="Allow">Section 10.1</a> -
draft-ietf-httpbis/latest/p3-payload.xml
r138 r148 578 578 Entity-header fields define metainformation about the entity-body or, 579 579 if no body is present, about the resource identified by the request. 580 Some of this metainformation is &OPTIONAL;; some might be &REQUIRED; by581 portions of this specification.582 580 </t> 583 581 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="entity-header"/><iref primary="true" item="Grammar" subitem="extension-header"/> -
draft-ietf-httpbis/latest/p6-cache.html
r144 r148 1595 1595 </p> 1596 1596 <dl class="empty"> 1597 <dd> <b>Note:</b> because the meaning of "Pragma: no-cache as a responseheader field is not actually specified, it does not provide a reliable1598 replacement for "Cache-Control: no-cache" in a response 1597 <dd> <b>Note:</b> because the meaning of "Pragma: no-cache" as a response-header field is not actually specified, it does not provide a reliable 1598 replacement for "Cache-Control: no-cache" in a response. 1599 1599 </dd> 1600 1600 </dl> -
draft-ietf-httpbis/latest/p6-cache.xml
r144 r148 2208 2208 defined in HTTP. 2209 2209 <list><t> 2210 <x:h>Note:</x:h> because the meaning of "Pragma: no-cache as a response2211 header field is not actually specified, it does not provide a2212 reliable replacement for "Cache-Control: no-cache" in a response 2210 <x:h>Note:</x:h> because the meaning of "Pragma: no-cache" as a 2211 response-header field is not actually specified, it does not provide a 2212 reliable replacement for "Cache-Control: no-cache" in a response. 2213 2213 </t></list> 2214 2214 </t>
Note: See TracChangeset
for help on using the changeset viewer.