Support requests-http-signature #2408
-
|
HTTPX tries to be compatible with the requests package, including the use of callables for custom authentication. However, it is incompatible with requests_http_signature. When trying to sign a request, this is the error: requests_http_signature expects the What I don't understand is that the Request object of the Requests library also seems to have no attribute called |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It doesn't have a (I can't find that documented, but I can see it in the source.)
"broadly compatible". You can't use |
Beta Was this translation helpful? Give feedback.
It doesn't have a
bodyparameter in the constructor. It does have a body attribute on the instance.(I can't find that documented, but I can see it in the source.)
"broadly compatible". You can't use
requestsauth classes interchangeably withhttpx, no.