Part

org.http4s.multipart.Part
See thePart companion object
final case class Part[+F[_]](headers: Headers, entity: Entity[F]) extends Media[F]

Attributes

Companion:
object
Source:
Part.scala
Graph
Supertypes
trait Product
trait Equals
trait Media[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def covary[F2[x]]: Part[F2]

Attributes

Definition Classes
Source:
Part.scala

Attributes

Source:
Part.scala

Attributes

Source:
Part.scala

Inherited methods

final def body: EntityBody[F]

Attributes

Inherited from:
Media
Source:
Media.scala
final def bodyText[F2[x]](implicit RT: RaiseThrowable[F2], defaultCharset: Charset): Stream[F2, String]

Attributes

Inherited from:
Media
Source:
Media.scala
final def charset: Option[Charset]

Attributes

Inherited from:
Media
Source:
Media.scala

Attributes

Inherited from:
Media
Source:
Media.scala

Attributes

Inherited from:
Media
Source:
Media.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product