Package

jabroni.rest

multipart

Permalink

package multipart

This package contains some general ultilities for working with multi-part messages

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. multipart
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MultipartBuilder extends AnyRef

    Permalink

    Just exposes convenience methods for putting together multipart requests

    Just exposes convenience methods for putting together multipart requests

    see http://doc.akka.io/docs/akka-http/10.0.4/scala/http/common/http-model.html

  2. trait MultipartDirectives extends AnyRef

    Permalink
  3. case class MultipartInfo(fieldName: String, fileName: Option[String], contentType: ContentType) extends Product with Serializable

    Permalink
  4. type MultipartPieces = Map[MultipartInfo, Source[ByteString, Any]]

    Permalink

Value Members

  1. object MultipartBuilder

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped