Changeset 97 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 23/12/07 13:22:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r96 r97 294 294 If a clockless origin server obeys these rules, and proxies and 295 295 clients add their own Date to any response received without one (as 296 already specified by <xref target="RFC2068" />, section <xref target="RFC2068" x:sec="14.19" x:fmt="number"/>), caches will operate296 already specified by <xref target="RFC2068" x:sec="14.19" x:fmt=","/>), caches will operate 297 297 correctly. 298 298 <list style="symbols"> … … 586 586 The ETag response-header field provides the current value of the 587 587 entity tag for the requested variant. The headers used with entity 588 tags are described in sections <xref target="header.if-match" format="counter"/>, <xref target="header.if-none-match" format="counter"/> and &header-if-range;. The entity tag588 tags are described in Sections <xref target="header.if-match" format="counter"/>, <xref target="header.if-none-match" format="counter"/> and &header-if-range;. The entity tag 589 589 &MAY; be used for comparison with other entities from the same resource 590 590 (see <xref target="weak.and.strong.validators"/>). … … 1130 1130 1131 1131 <reference anchor="RFC2068"> 1132 <front> 1133 <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title> 1134 <author initials="R." surname="Fielding" fullname="Roy T. Fielding"> 1135 <organization>University of California, Irvine, Department of Information and Computer Science</organization> 1136 <address> 1137 <postal> 1138 <street/> 1139 <city>Irvine</city> 1140 <region>CA</region> 1141 <code>92717-3425</code> 1142 <country>US</country></postal> 1143 <facsimile>+1 714 824 4056</facsimile> 1144 <email>fielding@ics.uci.edu</email></address></author> 1145 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1146 <organization>MIT Laboratory for Computer Science</organization> 1147 <address> 1148 <postal> 1149 <street>545 Technology Square</street> 1150 <city>Cambridge</city> 1151 <region>MA</region> 1152 <code>02139</code> 1153 <country>US</country></postal> 1154 <facsimile>+1 617 258 8682</facsimile> 1155 <email>jg@w3.org</email></address></author> 1156 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1157 <organization>Digital Equipment Corporation, Western Research Laboratory</organization> 1158 <address> 1159 <postal> 1160 <street>250 University Avenue</street> 1161 <city>Palo Alto</city> 1162 <region>CA</region> 1163 <code>94301</code> 1164 <country>US</country></postal> 1165 <email>mogul@wrl.dec.com</email></address></author> 1166 <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen"> 1167 <organization>MIT Laboratory for Computer Science</organization> 1168 <address> 1169 <postal> 1170 <street>545 Technology Square</street> 1171 <city>Cambridge</city> 1172 <region>MA</region> 1173 <code>02139</code> 1174 <country>US</country></postal> 1175 <facsimile>+1 617 258 8682</facsimile> 1176 <email>frystyk@w3.org</email></address></author> 1177 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1178 <organization>MIT Laboratory for Computer Science</organization> 1179 <address> 1180 <postal> 1181 <street>545 Technology Square</street> 1182 <city>Cambridge</city> 1183 <region>MA</region> 1184 <code>02139</code> 1185 <country>US</country></postal> 1186 <facsimile>+1 617 258 8682</facsimile> 1187 <email>timbl@w3.org</email></address></author> 1188 <date month="January" year="1997"/> 1189 <abstract> 1190 <t>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. It is a generic, stateless, object-oriented protocol which can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods. A feature of HTTP is the typing and negotiation of data representation, allowing systems to be built independently of the data being transferred.</t> 1191 <t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1".</t></abstract></front> 1192 <seriesInfo name="RFC" value="2068"/> 1132 <front> 1133 <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title> 1134 <author initials="R." surname="Fielding" fullname="Roy T. Fielding"> 1135 <organization>University of California, Irvine, Department of Information and Computer Science</organization> 1136 <address><email>fielding@ics.uci.edu</email></address> 1137 </author> 1138 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1139 <organization>MIT Laboratory for Computer Science</organization> 1140 <address><email>jg@w3.org</email></address> 1141 </author> 1142 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1143 <organization>Digital Equipment Corporation, Western Research Laboratory</organization> 1144 <address><email>mogul@wrl.dec.com</email></address> 1145 </author> 1146 <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen"> 1147 <organization>MIT Laboratory for Computer Science</organization> 1148 <address><email>frystyk@w3.org</email></address> 1149 </author> 1150 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1151 <organization>MIT Laboratory for Computer Science</organization> 1152 <address><email>timbl@w3.org</email></address> 1153 </author> 1154 <date month="January" year="1997"/> 1155 </front> 1156 <seriesInfo name="RFC" value="2068"/> 1193 1157 </reference> 1194 1158
Note: See TracChangeset
for help on using the changeset viewer.