netty5/codec-http/src/main/java/io/netty/handler/codec
Scott Mitchell f89dfb0bd5 Deprecation cleanup for HTTP headers
Motivaion:
The HttpHeaders and DefaultHttpHeaders have methods deprecated due to being removed in future releases, but no replacement method to use in the current release. The deprecation policy should not be so aggressive as to not provide any non-deprecated method to use.

Modifications:
- Remove deprecated annotations and javadocs from methods which are the best we can do in terms of matching the master's api for 4.1

Result:
There should be non-deprecated methods available for HttpHeaders in 4.1.
2015-09-09 14:30:21 -07:00
..
http Deprecation cleanup for HTTP headers 2015-09-09 14:30:21 -07:00
rtsp ByteString introduced as AsciiString super class 2015-04-14 16:35:17 -07:00
spdy Add validateHeaders and headersToLowerCase options for SPDY 2015-09-08 08:38:45 +02:00