Interface Http2Headers

  • All Superinterfaces:
    io.netty5.handler.codec.http.headers.HttpHeaders, Iterable<Map.Entry<CharSequence,​CharSequence>>
    All Known Implementing Classes:
    DefaultHttp2Headers

    public interface Http2Headers
    extends io.netty5.handler.codec.http.headers.HttpHeaders
    HTTP/2 headers. This works similar to HttpHeaders with the following HTTP/2 specific modifications:
    • Pseudo-headers always come before all other headers when iterated.
    • Header field names are always lower-case.