netty5/codec-http/src
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
..
main/java/io/netty/handler/codec ReadOnlyHttpHeaders 2017-11-06 21:58:16 -08:00
test ReadOnlyHttpHeaders 2017-11-06 21:58:16 -08:00