Packages

object BodyPart

Source
Multipart.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BodyPart
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Strict(entity: HttpEntity.Strict, headers: Seq[HttpHeader] = Nil) extends BodyPart with BodyPart.Strict with javadsl.model.Multipart.General.BodyPart.Strict with Product with Serializable

    Strict General.BodyPart.

Value Members

  1. def apply(_entity: BodyPartEntity, _headers: Seq[HttpHeader] = Nil): BodyPart
  2. def unapply(value: BodyPart): Option[(BodyPartEntity, Seq[HttpHeader])]