I have written some code that communicates directly with an HTTP server and sends a POST request. After the post request, the HTTP server sends back a file(much like a download in a web browser.) My question is, how can I receive the data that the HTTP server sends back after I send the POST?
Thanks.