netty5/codec
jxu 2d36caa9f6 Add TextHeaders.getAndRemove(...) and its variants
Related issue: #2649 and #2745

Motivation:

At the moment there is no way to get and remove a header with one call.
This means you need to search the headers two times. We should add
getAndRemove(...) to allow doing so with one call.

Modifications:

Add getAndRemove(...) and getUnconvertedAndRemove(...) and their
variants

Result:

More efficient API
2014-08-12 10:33:04 -07:00
..
src Add TextHeaders.getAndRemove(...) and its variants 2014-08-12 10:33:04 -07:00
pom.xml Implemented LZF compression codec 2014-07-17 07:18:07 +02:00