Logging all wire communication (request & response) #3492
Unanswered
HiranChaudhuri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there.
I came here through an application that makes use of this library. It is used to call webhooks, and the application allows them to be configured via UI. However, every now and then users have problems getting the configuration right. When troubleshooting it helps a lot if users are able to see both the http request and response - I mean all the bytes or characters that are transmitted.
I checked #3073 but that seems to focus on logging response bodies.
Now the question: How can httpx be used such that all transmitted bytes are getting logged?
Beta Was this translation helpful? Give feedback.
All reactions