While using the requests
module, is there any way to print the raw HTTP request?
I don’t want just the headers, I want the request line, headers, and content printout. Is it possible to see what ultimately is constructed from HTTP request?
While using the requests
module, is there any way to print the raw HTTP request?
I don’t want just the headers, I want the request line, headers, and content printout. Is it possible to see what ultimately is constructed from HTTP request?