in reply to How to download JUST the first X bytes of HTTP response ?

LPW gives you access to HTTP::Request, which gives you access to HTTP::Header, which you can use to set the HTTP 'Range' header.

Whether the server is actually going to be able to deal with that header is a different question.

  • Comment on Re: How to download JUST the first X bytes of HTTP response ?