Changeset 731 for draft-ietf-httpbis/latest
- Timestamp:
- 04/12/09 17:11:47 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r730 r731 990 990 <div id="rfc.iref.g.8"></div> 991 991 <div id="rfc.iref.m.2"></div> 992 <p id="rfc.section.7.3.p.1">The GET method means retrieve whatever information (in the form of an entity) is identified by the request-target.</p> 993 <p id="rfc.section.7.3.p.2">If the request-target refers to a data-producing process, it is the produced data which shall be returned as the entity in 992 <p id="rfc.section.7.3.p.1">The GET method means retrieve whatever information (in the form of an entity) currently corresponds to the resource identified 993 by the request-target. 994 </p> 995 <p id="rfc.section.7.3.p.2">If the request-target identifies a data-producing process, it is the produced data which shall be returned as the entity in 994 996 the response and not the source text of the process, unless that text happens to be the output of the process. 995 997 </p> -
draft-ietf-httpbis/latest/p2-semantics.xml
r730 r731 824 824 <t> 825 825 The GET method means retrieve whatever information (in the form of an 826 entity) is identified by the request-target. 826 entity) currently corresponds to the resource identified by the 827 request-target. 827 828 </t> 828 829 <t> 829 If the request-target refers toa data-producing process, it is the830 If the request-target identifies a data-producing process, it is the 830 831 produced data which shall be returned as the entity in the response and not 831 832 the source text of the process, unless that text happens to be the output of
Note: See TracChangeset
for help on using the changeset viewer.