Part

object Part
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fileData[F[_]](name: String, file: File, blocker: Blocker, headers: ToRaw*)(implicit evidence$1: Sync[F], evidence$2: ContextShift[F]): Part[F]
def fileData[F[_]](name: String, resource: URL, blocker: Blocker, headers: ToRaw*)(implicit evidence$3: Sync[F], evidence$4: ContextShift[F]): Part[F]
def fileData[F[_]](name: String, filename: String, entityBody: EntityBody[F], headers: ToRaw*): Part[F]
def formData[F[_]](name: String, value: String, headers: ToRaw*): Part[F]

Deprecated methods

@deprecated("Empty parts are not allowed by the multipart spec, see: https://tools.ietf.org/html/rfc7578#section-4.2\n\nMoreover, it allows the creation of potentially incorrect multipart bodies", "0.18.12")
def empty[F[_]]: Part[F]
Deprecated