Open IV1T3 opened 3 months ago
Indeed, will fix later. However, avoid using __dict__
if it's not for demostration here.
Actually, there is no API in libcurl for reading these builtin headers. I will need to patch curl itself to retrieve these values, please expect a longer fix time.
Describe the bug The request headers are not set in the response object. As shown in the example below, even though request headers were sent, the Headers object is empty in the response.
To Reproduce
This also happens using a Session
Expected behavior I expect the headers to be set.
Versions