✨ Add LoggedHttpMessageHandler
implementation that tracks the HTTP request/response
#175
Milestone
LoggedHttpMessageHandler
implementation that tracks the HTTP request/response
#175
Is your feature request related to a problem? Please describe.
Logging the HTTP request/response is something that is very helpful and always required to have good defect localization in integration tests.
Describe the solution you'd like
Create a
LoggedHttpMessageHandler
implementation of theHttpMessageHandler
that writes aPOST {Body} -> {Url}
for the request and202 Accepted {Body} <- {Url}
for the response.Additional context
First included in the API Management library, but is actually pure HTTP-tech. It might be good that the HTTP headers to be included is configurable, and also have a max character threshold for the body.
The text was updated successfully, but these errors were encountered: