Changeset 1114 for draft-ietf-httpbis/latest
- Timestamp:
- 10/02/11 13:12:57 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1109 r1114 353 353 } 354 354 @bottom-center { 355 content: "Expires August 1 2, 2011";355 content: "Expires August 14, 2011"; 356 356 } 357 357 @bottom-right { … … 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2011-02- 08">406 <meta name="dct.issued" scheme="ISO8601" content="2011-02-10"> 407 407 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 408 408 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 435 435 </tr> 436 436 <tr> 437 <td class="left">Expires: August 1 2, 2011</td>437 <td class="left">Expires: August 14, 2011</td> 438 438 <td class="right">HP</td> 439 439 </tr> … … 488 488 <tr> 489 489 <td class="left"></td> 490 <td class="right">February 8, 2011</td>490 <td class="right">February 10, 2011</td> 491 491 </tr> 492 492 </tbody> … … 516 516 in progress”. 517 517 </p> 518 <p>This Internet-Draft will expire on August 1 2, 2011.</p>518 <p>This Internet-Draft will expire on August 14, 2011.</p> 519 519 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 520 520 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 950 950 through a common intermediary for the sake of security, annotation services, or shared caching. 951 951 </p> 952 <p id="rfc.section.2.2.p.6"> <span id="rfc.iref.t.1"></span> <span id="rfc.iref.n.1"></span> An HTTP-to-HTTP proxy is called a "transforming proxy" if it designed or configured to modify request or response messages952 <p id="rfc.section.2.2.p.6"> <span id="rfc.iref.t.1"></span> <span id="rfc.iref.n.1"></span> An HTTP-to-HTTP proxy is called a "transforming proxy" if it is designed or configured to modify request or response messages 953 953 in a semantically meaningful way (i.e., modifications, beyond those required by normal HTTP processing, that change the message 954 954 in a way that would be significant to the original sender or potentially significant to downstream recipients). For example, … … 3505 3505 <p id="rfc.section.D.14.p.1">Closed issues: </p> 3506 3506 <ul> 3507 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/210">http://tools.ietf.org/wg/httpbis/trac/ticket/210</a>>: "define 'transparent' proxy" 3508 </li> 3507 3509 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/233">http://tools.ietf.org/wg/httpbis/trac/ticket/233</a>>: "Is * usable as a request-uri for new methods?" 3508 3510 </li> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1108 r1114 4350 4350 <title>Classical versus Transparent IP Proxies</title> 4351 4351 <author initials='M.' surname='Chatel' fullname='Marc Chatel'> 4352 <organization />4353 4352 <address><email>mchatel@pax.eunet.ch</email></address> 4354 4353 </author> … … 5763 5762 <list style="symbols"> 5764 5763 <t> 5764 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/210"/>: 5765 "define 'transparent' proxy" 5766 </t> 5767 <t> 5765 5768 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/233"/>: 5766 5769 "Is * usable as a request-uri for new methods?"
Note: See TracChangeset
for help on using the changeset viewer.