You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, this requires httpx to read and understand the response format. This can of course be done with the content-type if it's specified, and it would be simple enough to only support this for JSON, but it would be nice to be able to support messagepack and alternatives as well, at which point httpx would need to have pluggable parsing implementations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to be able to do something like:
and with responses:
return the data items concatenated.
Similarly this could also support pagination via query parameters directly:
Of course, this requires httpx to read and understand the response format. This can of course be done with the content-type if it's specified, and it would be simple enough to only support this for JSON, but it would be nice to be able to support messagepack and alternatives as well, at which point httpx would need to have pluggable parsing implementations.
Beta Was this translation helpful? Give feedback.
All reactions