Package

com.twitter.finagle.http

param

Permalink

package param

Visibility
  1. Public
  2. All

Type Members

  1. case class AutomaticContinue(enabled: Boolean) extends Product with Serializable

    Permalink

    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

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

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

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

    Permalink

    the maximum size of a chunk.

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

    Permalink

    the maximum size of all headers.

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

    Permalink

    the maximum size of the initial line.

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

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

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

    Permalink

Ungrouped