http-client-demo
http-client-demo copied to clipboard
How to log request/response?
One of the most commons asks while making a HTTP call is logging of request/response. How would you do that using the Java client, without ofcourse, logging it manually in every single call? Is there an interceptor mechanism like all other HTTP clients?