netty5/codec-http/src/main/java/io/netty/handler/codec
Norman Maurer 1ed8a120c1 Allow to override how headers are encoded
Motivation:

Even if its against the HTTP RFC there are situations where it may be useful to use other chars then US_ASCII in the headers. We should allow to make it possible by allow the user to override the how headers are encoded.

Modifications:

- Add encodeHeaders(...) method and so allow to override it.

Result:

It's now possible to encode headers with other charset then US_ASCII by just extend the encoder and override the encodeHeaders(...) method.
2014-12-26 15:17:35 +01:00
..
http Allow to override how headers are encoded 2014-12-26 15:17:35 +01:00
rtsp Change the type of HTTP string properties to AsciiString 2014-12-06 18:42:58 +09:00
spdy Headers set/add/contains timeMillis methods 2014-12-06 22:40:45 +09:00