Part

org.http4s.multipart.Part
See thePart companion class
object Part

Attributes

Companion
class
Source
Part.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Part.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fileData[F[_] : Files](name: String, path: Path, headers: ToRaw*): Part[F]

Attributes

Source
Part.scala
def fileData[F[_] : Sync](name: String, resource: URL, headers: ToRaw*): Part[F]

Attributes

Source
Part.scala
def fileData[F[_]](name: String, filename: String, entityBody: EntityBody[F], headers: ToRaw*): Part[F]

Attributes

Source
Part.scala
def formData[F[_]](name: String, value: String, headers: ToRaw*): Part[F]

Attributes

Source
Part.scala

Deprecated methods

def fileData[F[_] : Files](name: String, file: File, headers: ToRaw*): Part[F]

Attributes

Deprecated
true
Source
Part.scala