Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.6k stars 592 forks source link

Headers: add toString() for nicer logging/debugging #321

Closed hilmarf closed 4 years ago

hilmarf commented 4 years ago

nobody is interested in seeing things like: kong.unirest.Headers@4dffff9 or [kong.unirest.Headers$Entry@2904bc56, kong.unirest.Headers$Entry@7bb25046, kong.unirest.Headers$Entry@69b1e8f8]

Let's improve this.

Thanks, Hilmar