netty5/codec-http
Trustin Lee 20d818ccec Implement toString() for all HttpMessage implementations
Related: #3019

Motivation:

We have multiple (Full)HttpRequest/Response implementations and only
some of them implements toString() properly.

Modifications:

- Add the reusable string converter for HttpMessages to HttpMessageUtil
- Implement toString() of (Full)HttpRequest/Response implementations
  properly using HttpMessageUtil

Result:

Prettier string representation is returned by HttpMessage
implementations.
2014-12-31 18:39:00 +09:00
..
src Implement toString() for all HttpMessage implementations 2014-12-31 18:39:00 +09:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00