netty5/codec-http/src/test
Scott Mitchell 8618a3351c ReadOnlyHttpHeaders
Motivation:
For use cases that create headers, but do not need to modify them a read only variant of HttpHeaders would be useful and may be able to provide better iteration performance for encoding.

Modifications:
- Introduce ReadOnlyHttpHeaders that is backed by a flat array

Result:
ReadOnlyHttpHeaders exists for non-modifiable HttpHeaders use cases.
2017-11-06 21:58:16 -08:00
..
java/io/netty/handler/codec ReadOnlyHttpHeaders 2017-11-06 21:58:16 -08:00
resources Backport the HttpPostRequestEncoder fixes by @igstan 2014-01-19 22:21:24 +09:00