Replies: 1 comment 2 replies
-
We've never intentionally supported those - must have been an accident of the implementation. You probably want to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to migrate requests-async code to httpx. requests-async accepts
google.protobuf.pyext._message.ScalarMapContainer
as the type for headers. However httpx doesn't seem to support this. In httpx._models.py#L850, it expectsk, v
pair which raisesValueError: too many values to unpack (expected 2)
error.My questions are,
Beta Was this translation helpful? Give feedback.
All reactions