netty5/codec-http/src
Trustin Lee f819b24f1c 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:43:26 +09:00
..
main/java/io/netty/handler/codec Implement toString() for all HttpMessage implementations 2014-12-31 18:43:26 +09:00
test ensure getRawQuery is not null before appending 2014-12-16 06:58:01 +01:00