Changeset 1856 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 03/09/12 07:33:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1855 r1856 2459 2459 further access to the target resource (&effective-request-uri;). 2460 2460 </t> 2461 2462 <section title="Control Data" anchor="response.control.data"> 2463 <t> 2464 Response header fields can supply control data that supplements the 2465 status code or instructs the client where to go next. 2466 </t> 2461 2467 <texttable align="left"> 2462 2468 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2463 2469 2470 <c>Location</c> <c><xref target="header.location"/></c> 2471 <c>Retry-After</c> <c><xref target="header.retry-after"/></c> 2472 </texttable> 2473 </section> 2474 2475 <section title="Cache-related" anchor="response.cache.related"> 2476 <t> 2477 Cache-related response header fields provide metadata about the message 2478 in order to assist downstream caches. 2479 </t> 2480 <texttable align="left"> 2481 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2482 2483 <c>Date</c> <c><xref target="header.date"/></c> 2484 <c>Age</c> <c>&header-age;</c> 2485 <c>Vary</c> <c>&header-vary;</c> 2486 </texttable> 2487 </section> 2488 2489 <section title="Authentication Challenges" anchor="response.auth"> 2490 <t> 2491 Authentication challenges indicate what mechanisms are available for the 2492 user or client to provide authentication credentials in future requests. 2493 </t> 2494 <texttable align="left"> 2495 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2496 2497 <c>WWW-Authenticate</c> <c>&header-www-authenticate;</c> 2498 <c>Proxy-Authenticate</c> <c>&header-proxy-authenticate;</c> 2499 </texttable> 2500 </section> 2501 2502 <section title="Informative" anchor="response.inform"> 2503 <t> 2504 The remaining response header fields provide more information about 2505 the target resource for potential use in later requests. 2506 </t> 2507 <texttable align="left"> 2508 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2509 2464 2510 <c>Accept-Ranges</c> <c>&header-accept-ranges;</c> 2465 <c>Age</c> <c>&header-age;</c>2466 2511 <c>Allow</c> <c><xref target="header.allow"/></c> 2467 <c>Date</c> <c><xref target="header.date"/></c>2468 <c>ETag</c> <c>&header-etag;</c>2469 <c>Location</c> <c><xref target="header.location"/></c>2470 <c>Proxy-Authenticate</c> <c>&header-proxy-authenticate;</c>2471 <c>Retry-After</c> <c><xref target="header.retry-after"/></c>2472 2512 <c>Server</c> <c><xref target="header.server"/></c> 2473 <c>Vary</c> <c>&header-vary;</c>2474 <c>WWW-Authenticate</c> <c>&header-www-authenticate;</c>2475 2513 </texttable> 2514 </section> 2476 2515 </section> 2477 2516
Note: See TracChangeset
for help on using the changeset viewer.