HeaderEncoder

org.http4s.blaze.http.http2.HeaderEncoder
class HeaderEncoder(initialMaxTableSize: Int)

HTTP/2 HPACK header encoder

Value parameters

initialMaxTableSize

maximum HPACK table size the peer will allow.

Attributes

Source
HeaderEncoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Encode the headers into the payload of a HEADERS frame

Encode the headers into the payload of a HEADERS frame

Attributes

Source
HeaderEncoder.scala
def maxTableSize(max: Int): Unit

This should only be changed by the peer

This should only be changed by the peer

Attributes

Source
HeaderEncoder.scala