Re: RE-VERSION

>The response version of a response is 1.N provided
>every HTTP header or footer in the response is defined in HTTP/1.N and
>at least one header or footer in the response is not defined in
>HTTP/1.(N-1).  For the purposes of this definition a header is
>an HTTP header provided it is defined in HTTP/1.X for some X.

It sounds to me like you are trying to solve the PEP problem within
a single version number, which simply doesn't work in HTTP.

There are hundreds of possible extensions that may require understanding
on the part of the recipient, but the mechanism for indicating that
should identify the required extensions, not come up with some
min/max number based on the HTTP-version.  The HTTP-version semantics
were restricted to the "message level" -- what is necessary for two
HTTP applications to communicate -- because anything more than that
was clearly a rathole and better solved by a Mandatory header field
(present in the HTTP spec back in December 1994) or Dave Kristol's
extension mechanism which later evolved into PEP.

....Roy

Received on Tuesday, 12 August 1997 17:34:52 UTC