How would you go about getting a completely unparsed response to a HTTPS request?
Are there any HTTP libraries that will allow you to get at the raw response, or is constructing a request manually using sockets the only way?
I’m specifically trying to see what newline characters the server is sending.
Example from the docs:
Output
Example with M2Crypto.