Hi,
I am using download client for downloading a file.
I am using download_client_get and get fragments in callback.
When the file requested is short in the callback I have the received buffer
without any headers, while when the file is big, 1M for example, every chunk
has an http header.
I am asking if this depends on the server? If it possible to have only the payload and
not the headers or should I implement code to strip.
Is there any config for the library to have header stripped for example.
Thanks very much for help.
Best Regards