Part

object Part
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Part.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fileData[F[_] : Files](name: String, path: Path, headers: ToRaw*): Part[F]
def fileData[F[_] : Sync](name: String, resource: URL, headers: ToRaw*): Part[F]
def fileData[F[_]](name: String, filename: String, entity: Entity[F], headers: ToRaw*): Part[F]
def formData[F[_]](name: String, value: String, headers: ToRaw*): Part[F]