Changeset 2178 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 06/02/13 09:10:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r2177 r2178 2236 2236 </artwork></figure> 2237 2237 <t anchor="origin-form"><iref item="origin-form (of request-target)"/> 2238 The most common form of request-target is the origin-form. 2238 <x:h>origin-form</x:h> 2239 </t> 2240 <t> 2241 The most common form of request-target is the <x:dfn>origin-form</x:dfn>. 2239 2242 When making a request directly to an origin server, other than a CONNECT 2240 2243 or server-wide OPTIONS request (as detailed below), … … 2266 2269 </t> 2267 2270 <t anchor="absolute-form"><iref item="absolute-form (of request-target)"/> 2271 <x:h>absolute-form</x:h> 2272 </t> 2273 <t> 2268 2274 When making a request to a proxy, other than a CONNECT or server-wide 2269 2275 OPTIONS request (as detailed below), a client &MUST; send the target URI 2270 in absolute-formas the request-target.2276 in <x:dfn>absolute-form</x:dfn> as the request-target. 2271 2277 The proxy is requested to either service that request from a valid cache, 2272 2278 if possible, or make the same request on the client's behalf to either … … 2288 2294 </t> 2289 2295 <t anchor="authority-form"><iref item="authority-form (of request-target)"/> 2290 The authority-form of request-target is only used for CONNECT requests 2296 <x:h>authority-form</x:h> 2297 </t> 2298 <t> 2299 The <x:dfn>authority-form</x:dfn> of request-target is only used for CONNECT requests 2291 2300 (&CONNECT;). When making a CONNECT request to establish a tunnel through 2292 2301 one or more proxies, a client &MUST; send only the target URI's … … 2298 2307 </artwork></figure> 2299 2308 <t anchor="asterisk-form"><iref item="asterisk-form (of request-target)"/> 2300 The asterisk-form of request-target is only used for a server-wide 2309 <x:h>asterisk-form</x:h> 2310 </t> 2311 <t> 2312 The <x:dfn>asterisk-form</x:dfn> of request-target is only used for a server-wide 2301 2313 OPTIONS request (&OPTIONS;). When a client wishes to request OPTIONS 2302 2314 for the server as a whole, as opposed to a specific named resource of
Note: See TracChangeset
for help on using the changeset viewer.