W3C home > Mailing lists > Public > ietf-http-wg@w3.org > July to September 1997

Re: RE-VERSION

From: Roy T. Fielding <fielding@kiwi.ics.uci.edu>
Date: Mon, 11 Aug 1997 10:35:43 -0700
To: Josh <josh@early.com>
Cc: http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com
Message-Id: <9708111056.aa13148@paris.ics.uci.edu>
X-Mailing-List: <http-wg@cuckoo.hpl.hp.com> archive/latest/4179
>My personal belief is that entity version is much more
>useful than server version to solve the problems
>that exist today.

I still don't understand why you think that there exists such a thing
as an "entity version".  There are HTTP/0.9 messages and HTTP/1.x
messages and (sometime next century, apparently) HTTP/2.x messages.
The entity has no version because it is payload and is completely
described by the entity header fields (which, BTW, can be extended
independently of the protocol version numbers).  Placing a version
number on those fields would be even less useful than the MIME-Version
header field of MIME.

For proxies, I think the best design is for them to store each response
in their own internal format (whatever is easiest/smallest/quickest for
that particular application).  One thing I would never expect would be
for it to store the response with the chunked transfer encoding still
intact -- it is, in all cases, more efficient and effective to dechunk
the response as it is being stored and save the Content-Length (and
trailer) of the result as header fields.

.....Roy
Received on Monday, 11 August 1997 11:00:16 UTC

This archive was generated by hypermail 2.4.0 : Thursday, 2 February 2023 18:43:03 UTC