Re: HTTP for Dummies??

> The Content-Length entity-header field indicates the size
> of the Entity-Body, in decimal number of octets, sent to
> the recipient or, in the case of the HEAD method, the size
> of the Entity-Body that would have been sent had the request
> been a GET.

Surely it means that if you stuff everything of the body you're gonna
send into a String then Content-Length = string.length () ?

BFN, John
-- 
Host not found.

Received on Saturday, 14 February 1998 10:32:36 UTC