It would be nice for debugging if requests and responses could be configured to be logged into a file or somewhere. This could help figure out some problem cases by looking at the raw requests and responses being transmitted.
The debug logging should be configurable for "All requests", "Failed requests", "No requests" (disabled).
This could be used as the logging solution:
https://stackoverflow.com/questions/18924996/logging-request-response-messages-when-using-httpclient
It would be nice for debugging if requests and responses could be configured to be logged into a file or somewhere. This could help figure out some problem cases by looking at the raw requests and responses being transmitted.
The debug logging should be configurable for "All requests", "Failed requests", "No requests" (disabled).
This could be used as the logging solution:
https://stackoverflow.com/questions/18924996/logging-request-response-messages-when-using-httpclient