Ignore:
Timestamp:
06/05/14 16:20:31 (9 years ago)
Author:
julian.reschke@…
Message:

mainly grammatical fixes (#553)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p2-semantics.xml

    r2645 r2647  
    206206   identified request target, and responds to that request with one or more
    207207   response messages. A client constructs request messages to communicate
    208    specific intentions, and examines received responses to see if the
    209    intentions were carried out, and determine how to interpret the results.
     208   specific intentions, examines received responses to see if the
     209   intentions were carried out, and determines how to interpret the results.
    210210   This document defines HTTP/1.1 request and response semantics in terms of
    211211   the architecture defined in <xref target="RFC7230"/>.
     
    317317</t>
    318318<t>
    319    An origin server might be provided with, or capable of generating, multiple
     319   An origin server might be provided with, or be capable of generating, multiple
    320320   representations that are each intended to reflect the current state of a
    321321   <x:ref>target resource</x:ref>. In such cases, some algorithm is used by
     
    388388<t>
    389389   A parameter value that matches the <x:ref>token</x:ref> production can be
    390    transmitted as either a token or within a quoted-string. The quoted and
     390   transmitted either as a token or within a quoted-string. The quoted and
    391391   unquoted values are equivalent. For example, the following examples are
    392392   all equivalent, but the first is preferred for consistency:
     
    423423</artwork></figure>
    424424<t>
    425    Charset names ought to be registered in IANA Character Set registry
     425   Charset names ought to be registered in the IANA Character Set registry
    426426   (<eref target="http://www.iana.org/assignments/character-sets"/>)
    427427   according to the procedures defined in <xref target="RFC2978"/>.
     
    14951495   This requirement allows a user agent to know when the representation body
    14961496   it has in memory remains current as a result of the PUT, thus not in need
    1497    of retrieving again from the origin server, and that the new validator(s)
     1497   of being retrieved again from the origin server, and that the new validator(s)
    14981498   received in the response can be used for future conditional requests in
    14991499   order to prevent accidental overwrites (<xref target="request.conditionals"/>).
     
    17001700<t>
    17011701   The OPTIONS method requests information about the communication options
    1702    available for the target resource, either at the origin server or an
     1702   available for the target resource, at either the origin server or an
    17031703   intervening intermediary. This method allows a client to determine the
    17041704   options and/or requirements associated with a resource, or the capabilities
     
    25712571   A sender &SHOULD-NOT; generate information in <x:ref>product-version</x:ref>
    25722572   that is not a version identifier (i.e., successive versions of the same
    2573    product name ought to only differ in the product-version portion of the
     2573   product name ought only to differ in the product-version portion of the
    25742574   product identifier).
    25752575</t>
     
    32853285<t>
    32863286   The <x:dfn>400 (Bad Request)</x:dfn> status code indicates that the server
    3287    cannot or will not process the request due to something which is perceived
     3287   cannot or will not process the request due to something that is perceived
    32883288   to be a client error (e.g., malformed request syntax, invalid request
    32893289   message framing, or deceptive request routing).
     
    39063906<t>
    39073907   If the Location value provided in a <x:ref>3xx (Redirection)</x:ref>
    3908    does not have a fragment component, a user agent &MUST; process the
     3908   response does not have a fragment component, a user agent &MUST; process the
    39093909   redirection as if the value inherits the fragment component of the URI
    39103910   reference used to generate the request target (i.e., the redirection
     
    43404340</t>
    43414341<t>
    4342    This Section replaces the registration procedure for HTTP Status Codes
     4342   This section replaces the registration procedure for HTTP Status Codes
    43434343   previously defined in <xref target="RFC2817" x:fmt="of" x:sec="7.1"/>.
    43444344</t>
     
    46204620<t>   
    46214621   Authors of specifications defining new fields are
    4622    advised to keep the name as short as practical and to not prefix the name
     4622   advised to keep the name as short as practical and not to prefix the name
    46234623   with "X-" unless the header field will never be used on the Internet.
    4624    (The "x-" prefix idiom has been extensively misused in practice; it was
     4624   (The "X-" prefix idiom has been extensively misused in practice; it was
    46254625   intended to only be used as a mechanism for avoiding name collisions inside
    46264626   proprietary software or intranet processing, since the prefix would ensure
    46274627   that private names never collide with a newly registered Internet name; see
    4628    <xref target="BCP178"/> for further information)
     4628   <xref target="BCP178"/> for further information).
    46294629</t>
    46304630<t>
     
    49374937   For example, UNIX, Microsoft Windows, and other operating systems use ".."
    49384938   as a path component to indicate a directory level above the current one,
    4939    and use specially named paths or file names to send data to system devices.
     4939   and they use specially named paths or file names to send data to system devices.
    49404940   Similar naming conventions might exist within other types of storage
    49414941   systems. Likewise, local storage systems have an annoying tendency to
     
    58075807   representations and with extensible header fields. However, RFC 2045
    58085808   is focused only on email; applications of HTTP have many characteristics
    5809    that differ from email, and hence HTTP has features that differ from MIME.
     5809   that differ from email; hence, HTTP has features that differ from MIME.
    58105810   These differences were carefully chosen to optimize performance over binary
    58115811   connections, to allow greater freedom in the use of new media types, to
Note: See TracChangeset for help on using the changeset viewer.