Package

com.twitter.finagle.http

param

Permalink

package param

Visibility
  1. Public
  2. All

Type Members

  1. case class CompressionLevel(level: Int) extends Product with Serializable

    Permalink
  2. case class Decompression(enabled: Boolean) extends Product with Serializable

    Permalink
  3. case class MaxChunkSize(size: StorageUnit) extends Product with Serializable

    Permalink

    the maximum size of a chunk.

  4. case class MaxHeaderSize(size: StorageUnit) extends Product with Serializable

    Permalink

    the maximum size of all headers.

  5. case class MaxInitialLineSize(size: StorageUnit) extends Product with Serializable

    Permalink

    the maximum size of the initial line.

  6. case class MaxRequestSize(size: StorageUnit) extends Product with Serializable

    Permalink
  7. case class MaxResponseSize(size: StorageUnit) extends Product with Serializable

    Permalink
  8. case class Streaming(enabled: Boolean) extends Product with Serializable

    Permalink

Value Members

  1. object CompressionLevel extends Serializable

    Permalink
  2. object Decompression extends Serializable

    Permalink
  3. object MaxChunkSize extends Serializable

    Permalink
  4. object MaxHeaderSize extends Serializable

    Permalink
  5. object MaxInitialLineSize extends Serializable

    Permalink
  6. object MaxRequestSize extends Serializable

    Permalink
  7. object MaxResponseSize extends Serializable

    Permalink
  8. object Streaming extends Serializable

    Permalink

Ungrouped