<@U6BRLED33> <@U0F3291QE> I'm putting up a blog po...
# tornadofx
c
@eddy_wm @edvin I'm putting up a blog post on wire-level logging for RESTful requests. You'll need to add in some JARs to your class path and make sure that the useApacheClient() call appears before the api.baseURI assignment. You'll wind up with output like this for each and every request [DEBUG] wire - http-outgoing-0 >> "GET /data/customers.json HTTP/1.1[\r][\n]" [DEBUG] wire - http-outgoing-0 >> "Accept-Encoding: gzip, deflate[\r][\n]" [DEBUG] wire - http-outgoing-0 >> "Content-Type: application/json[\r][\n]" [DEBUG] wire - http-outgoing-0 >> "Accept: application/json[\r][\n]" [DEBUG] wire - http-outgoing-0 >> "Host: www.bekwam.net[\r][\n]" [DEBUG] wire - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_141)[\r][\n]"