Package

com.twitter.finagle.http

exp

Permalink

package exp

Visibility
  1. Public
  2. All

Type Members

  1. case class Multipart(attributes: Map[String, Seq[String]], files: Map[String, Seq[FileUpload]]) extends Product with Serializable

    Permalink

    Provides a convenient interface for querying the content of the multipart/form-data body.

    Provides a convenient interface for querying the content of the multipart/form-data body.

    To decode the non-chunked, POST request into an instance of Multipart, use Request.multipart.

    Note: This is an _experimental API_, which will likely be changed in future to support streaming HTTP requests.

Value Members

  1. object Multipart extends Serializable

    Permalink

    An _experimental_ set ot utility classes and methods for decoding HTTP POST requests with multipart/form-data content type.

Ungrouped