package param
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
AutomaticContinue(enabled: Boolean) extends Product with Serializable
automatically send 100-CONTINUE responses to requests which set the 'Expect: 100-Continue' header.
automatically send 100-CONTINUE responses to requests which set the 'Expect: 100-Continue' header. See longer note on
com.twitter.finagle.Http.Server#withNoAutomaticContinue - case class CompressionLevel(level: Int) extends Product with Serializable
- case class Decompression(enabled: Boolean) extends Product with Serializable
-
case class
MaxChunkSize(size: StorageUnit) extends Product with Serializable
the maximum size of a chunk.
-
case class
MaxHeaderSize(size: StorageUnit) extends Product with Serializable
the maximum size of all headers.
-
case class
MaxInitialLineSize(size: StorageUnit) extends Product with Serializable
the maximum size of the initial line.
- case class MaxRequestSize(size: StorageUnit) extends Product with Serializable
- case class MaxResponseSize(size: StorageUnit) extends Product with Serializable
- case class Streaming(enabled: Boolean) extends Product with Serializable
Value Members
- object AutomaticContinue extends Serializable
- object CompressionLevel extends Serializable
- object Decompression extends Serializable
- object MaxChunkSize extends Serializable
- object MaxHeaderSize extends Serializable
- object MaxInitialLineSize extends Serializable
- object MaxRequestSize extends Serializable
- object MaxResponseSize extends Serializable
- object Streaming extends Serializable