Replies: 1 comment 2 replies
|
We've never intentionally supported those - must have been an accident of the implementation. You probably want to use |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to migrate requests-async code to httpx. requests-async accepts
google.protobuf.pyext._message.ScalarMapContaineras the type for headers. However httpx doesn't seem to support this. In httpx._models.py#L850, it expectsk, vpair which raisesValueError: too many values to unpack (expected 2)error.My questions are,
All reactions