On Mon, Jan 9, 2012 at 5:39 PM, Vasil Rangelov <
boen.robot@...> wrote:
> What's the point of creating HTTP_Download2 when there's already
> HTTP_Request(2) and even PEAR2_HTTP_Request? Aren't they essentially
> fulfilling the same purpose (with the PEAR2 variant being the
> namespaced incarnation) of HTTP_Download?
>
Well, I don't want to argue that really since I have no practical
experience with HTTP_Download. But it seems like they serve different
purposes. I am not sure if the HTTP_Request2 can be used to achieve the
same. Briefly checking it seems like HTTP_Download is a helper on the
server-side to offer downloads to any HTTP client, whereas HTTP_Request2 is
a HTTP client library.
Till