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?

9 Answers
9

Leave a Reply

Your email address will not be published. Required fields are marked *