I will be doing a simple POST request to download a large file (of the order
of a few tens of megabytes).

In order to ensure that the file is not corrupted during transmission, I
want to do a checksum on the client and compare it with the server's.

This seems like a very common thing to do. Is this already supported as part
of HttpClient?

Thanks in advance,
Sabari

Reply via email to