Changeset 1416 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 26/08/11 15:05:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1415 r1416 479 479 </section> 480 480 481 <section title="Header Fields" anchor="header.fields"> 482 481 483 <section title="Request Header Fields" anchor="request.header.fields"> 482 484 <x:anchor-alias value="request-header"/> … … 514 516 </section> 515 517 518 <section title="Response Header Fields" anchor="response.header.fields"> 519 <x:anchor-alias value="response-header"/> 520 <t> 521 The response header fields allow the server to pass additional 522 information about the response which cannot be placed in the Status-Line. 523 These header fields give information about the server and about 524 further access to the target resource (&effective-request-uri;). 525 </t> 526 <texttable align="left"> 527 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 528 529 <c>Accept-Ranges</c> <c>&header-accept-ranges;</c> 530 <c>Age</c> <c>&header-age;</c> 531 <c>Allow</c> <c><xref target="header.allow"/></c> 532 <c>ETag</c> <c>&header-etag;</c> 533 <c>Location</c> <c><xref target="header.location"/></c> 534 <c>Proxy-Authenticate</c> <c>&header-proxy-authenticate;</c> 535 <c>Retry-After</c> <c><xref target="header.retry-after"/></c> 536 <c>Server</c> <c><xref target="header.server"/></c> 537 <c>Vary</c> <c>&header-vary;</c> 538 <c>WWW-Authenticate</c> <c>&header-www-authenticate;</c> 539 </texttable> 540 </section> 541 542 </section> 543 516 544 <section title="Status Code and Reason Phrase" anchor="status.code.and.reason.phrase"> 517 545 <x:anchor-alias value="Reason-Phrase"/> … … 663 691 </section> 664 692 665 </section>666 667 <section title="Response Header Fields" anchor="response.header.fields">668 <x:anchor-alias value="response-header"/>669 <t>670 The response header fields allow the server to pass additional671 information about the response which cannot be placed in the Status-Line.672 These header fields give information about the server and about673 further access to the target resource (&effective-request-uri;).674 </t>675 <texttable align="left">676 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol>677 678 <c>Accept-Ranges</c> <c>&header-accept-ranges;</c>679 <c>Age</c> <c>&header-age;</c>680 <c>Allow</c> <c><xref target="header.allow"/></c>681 <c>ETag</c> <c>&header-etag;</c>682 <c>Location</c> <c><xref target="header.location"/></c>683 <c>Proxy-Authenticate</c> <c>&header-proxy-authenticate;</c>684 <c>Retry-After</c> <c><xref target="header.retry-after"/></c>685 <c>Server</c> <c><xref target="header.server"/></c>686 <c>Vary</c> <c>&header-vary;</c>687 <c>WWW-Authenticate</c> <c>&header-www-authenticate;</c>688 </texttable>689 693 </section> 690 694
Note: See TracChangeset
for help on using the changeset viewer.