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
type MirroredLabel <: String

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, entityBody: EntityBody[F], headers: ToRaw*): Part[F]
def formData[F[_]](name: String, value: String, headers: ToRaw*): Part[F]

Deprecated methods

@deprecated("Use overload with fs2.io.file.Path", "0.23.5")
def fileData[F[_] : Files](name: String, file: File, headers: ToRaw*): Part[F]
Deprecated