How do I read the response headers returned from a PyCurl request?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are several solutions (by default, they are dropped). Here is an example using the option HEADERFUNCTION which lets you indicate a function to handle them. Other solutions are options WRITEHEADER (not compatible with WRITEFUNCTION) or setting HEADER to True so that they are transmitted with the body.
|
|||
|
|
Anothr alternate, human_curl usage: pip human_curl
|
|||
|
|
|
This might or might not be an alternative for you:
|
|||
|
|