Replies: 1 comment
-
|
Correct project for this issue is https://github.com/encode/httpx |
Beta Was this translation helpful? Give feedback.
0 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.
-
Has any consideration been given to supporting RFC 9457 (Problem Details for HTTP APIs)?
For example, some of the defined members in the response could be added to the error raised by
raise_for_status(). Currently, if I get a 422, I log the error, but all I get is "422 Unprocessable Entity", but the detail I really want is in thedetailmember of the response object.Beta Was this translation helpful? Give feedback.
All reactions