Changeset 2197 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 03/03/13 19:06:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2196 r2197 1388 1388 is just as likely to be implemented as a tree of content objects, a programmatic view on various database records, or a gateway 1389 1389 to other information systems. Even when the URI mapping mechanism is tied to a filesystem, an origin server might be configured 1390 to execute the files with the request as input and send the output as the representation, rather th en transfer the files directly.1391 Regardless, only the origin server needs to know how each of its resource identifiers correspond to an implementation, and1390 to execute the files with the request as input and send the output as the representation, rather than transfer the files directly. 1391 Regardless, only the origin server needs to know how each of its resource identifiers corresponds to an implementation, and 1392 1392 how each implementation manages to select and send a current representation of the target resource in a response to GET. 1393 1393 </p> … … 1852 1852 all subtypes of that type. The media-range can include media type parameters that are applicable to that range. 1853 1853 </p> 1854 <p id="rfc.section.5.3.2.p.4">Each media-range might be followed by zero or more applicable media type parameters (e.g., <a href="#charset" class="smpl">charset</a>), an optional "q" parameter for indicating a relative weight (<a href="#quality.values" title="Quality Values">Section 5.3.1</a>), and then zero or more extension parameters. The "q" parameter is necessary if any accept-ext are present, since it acts1855 as a separator between the two parameter sets.1854 <p id="rfc.section.5.3.2.p.4">Each media-range might be followed by zero or more applicable media type parameters (e.g., <a href="#charset" class="smpl">charset</a>), an optional "q" parameter for indicating a relative weight (<a href="#quality.values" title="Quality Values">Section 5.3.1</a>), and then zero or more extension parameters. The "q" parameter is necessary if any extensions (accept-ext) are present, 1855 since it acts as a separator between the two parameter sets. 1856 1856 </p> 1857 1857 <div class="note" id="rfc.section.5.3.2.p.5">
Note: See TracChangeset
for help on using the changeset viewer.