Changeset 1067 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 28/10/10 07:06:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1066 r1067 2063 2063 <t> 2064 2064 The "Allow" response-header field lists the set of methods advertised as 2065 supported by the target resource. The purpose of 2066 this field is strictly to inform the recipient of valid methods 2067 associated with the resource. 2065 supported by the target resource. The purpose of this field is strictly to 2066 inform the recipient of valid methods associated with the resource. 2068 2067 </t> 2069 2068 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Allow"/><iref primary="true" item="Grammar" subitem="Allow-v"/> … … 2072 2071 </artwork></figure> 2073 2072 <t> 2074 2073 Example of use: 2075 2074 </t> 2076 2075 <figure><artwork type="example"> … … 2078 2077 </artwork></figure> 2079 2078 <t> 2080 The actual set of allowed methods is defined2081 by the origin server at thetime of each request.2082 </t> 2083 <t> 2084 2085 understand all the methods specified, since the user agent might2086 have othermeans of communicating with the origin server.2079 The actual set of allowed methods is defined by the origin server at the 2080 time of each request. 2081 </t> 2082 <t> 2083 A proxy &MUST-NOT; modify the Allow header field even if it does not 2084 understand all the methods specified, since the user agent might have other 2085 means of communicating with the origin server. 2087 2086 </t> 2088 2087 </section>
Note: See TracChangeset
for help on using the changeset viewer.