Part

object Part extends PartCompanionPlatform
Companion
class
trait Product
trait Mirror
trait PartCompanionPlatform
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, filename: String, entityBody: EntityBody[F], headers: ToRaw*): Part[F]
def formData[F[_]](name: String, value: String, headers: ToRaw*): Part[F]

Inherited methods

def fileData[F[_]](name: String, file: File, headers: ToRaw*)(implicit evidence$2: Files[F]): Part[F]
Inherited from
PartCompanionPlatform
def fileData[F[_]](name: String, resource: URL, headers: ToRaw*)(implicit evidence$1: Sync[F]): Part[F]
Inherited from
PartCompanionPlatform