Tobias Rapp wrote:
> Hi,
>
> in order to support HTTP DELETE requests [1] in the THttpCli
> component I
> have made some small additions (see patch below). It would be great
> if you could consider including the patch in the upstream version of
> ICS.
Thanks, however the method name conflicts w
Hi,
in order to support HTTP DELETE requests [1] in the THttpCli component I
have made some small additions (see patch below). It would be great if you
could consider including the patch in the upstream version of ICS.
Note: I first considered adding the new request type by overloading the
compon
Arno Garrels wrote:
> Feb 07, 2012 V7.44 Arno - The HEAD method *MUST NOT* return a message-body in
> the response. Do not skip compression on HEAD requests, we
> need to send the correct size. Method SendDocument
> simplified and added two overloads. AnswerStreamAcceptRange
> got an overload too.