Changeset 867
- Timestamp:
- 22/07/10 09:09:14 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r866 r867 878 878 <t> 879 879 The HEAD method is identical to GET except that the server &MUST-NOT; 880 return a message-body in the response. The meta informationcontained880 return a message-body in the response. The metadata contained 881 881 in the HTTP headers in response to a HEAD request &SHOULD; be identical 882 882 to the information sent in response to a GET request. This method can 883 be used for obtaining meta informationabout the representation implied by the883 be used for obtaining metadata about the representation implied by the 884 884 request without transferring the representation body. This method is 885 885 often used for testing hypertext links for validity, accessibility, … … 1087 1087 <section title="Status Code Definitions" anchor="status.codes"> 1088 1088 <t> 1089 Each Status-Code is described below, including any meta informationrequired1089 Each Status-Code is described below, including any metadata required 1090 1090 in the response. 1091 1091 </t> … … 1232 1232 <iref primary="true" item="Status Codes" subitem="203 Non-Authoritative Information" x:for-anchor=""/> 1233 1233 <t> 1234 The returned meta informationin the entity-header is not the1234 The returned metadata in the entity-header is not the 1235 1235 definitive set as available from the origin server, but is gathered 1236 1236 from a local or a third-party copy. The set presented &MAY; be a subset 1237 1237 or superset of the original version. For example, including local 1238 1238 annotation information about the resource might result in a superset 1239 of the meta informationknown by the origin server. Use of this1239 of the metadata known by the origin server. Use of this 1240 1240 response code is not required and is only appropriate when the 1241 1241 response would otherwise be 200 (OK). -
draft-ietf-httpbis/latest/p3-payload.xml
r866 r867 721 721 <x:anchor-alias value="extension-header"/> 722 722 <t> 723 Entity-header fields define meta informationabout the entity-body or,723 Entity-header fields define metadata about the entity-body or, 724 724 if no body is present, about the resource identified by the request. 725 725 </t> -
draft-ietf-httpbis/latest/p4-conditional.xml
r866 r867 447 447 evaluated to false when it was tested on the server. This response 448 448 code allows the client to place preconditions on the current resource 449 meta information(header field data) and thus prevent the requested449 metadata (header field data) and thus prevent the requested 450 450 method from being applied to a resource other than the one intended. 451 451 </t>
Note: See TracChangeset
for help on using the changeset viewer.