netty5/codec-http
Trustin Lee 377ef31bb1 Change the type of HttpMethod.name() to AsciiString
Related: #3132

Motivation:

Changing the type of HttpMethod.name() gives us the performance
advantage when encoding it into the wire.

Modifications:

- Change the type of HttpMethod.name()
- Inline HttpMethod.encode() because it's used only in a single place
  and it's trivial.

Result:

Getting close to the machine
2014-12-06 18:09:27 +09:00
..
src Change the type of HttpMethod.name() to AsciiString 2014-12-06 18:09:27 +09:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:40:33 +09:00