ImmutableHttp2Settings
org.http4s.blaze.http.http2.ImmutableHttp2Settings
case class ImmutableHttp2Settings(headerTableSize: Int, initialWindowSize: Int, pushEnabled: Boolean, maxConcurrentStreams: Int, maxFrameSize: Int, maxHeaderListSize: Int) extends Http2Settings
Immutable representation of Http2Settings for configuring clients and servers
Attributes
- Source:
- Http2Settings.scala
- Graph
- Supertypes