Open GoogleCodeExporter opened 9 years ago
I have an authentication token in the header and I would prefer it not being
sent to std out
Original comment by supert...@gmail.com
on 4 May 2014 at 8:51
Looking at the source it seems you already have accounted for this except the
if statement @ line 283 in HttpClientTask.java
if (httpClient.getHeaders().size() > 0 && printRequestHeaders) {
Great library by the way.. Thanks !
Original comment by supert...@gmail.com
on 4 May 2014 at 8:55
Original issue reported on code.google.com by
bought...@gmail.com
on 8 Jan 2012 at 8:07