FormDataContent

spice.http.content.FormDataContent$
See theFormDataContent companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
Self 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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

override def asStream: Stream[IO, Byte]

Attributes

Definition Classes
Inherited from:
FormDataContent
override def asString: IO[String]

Attributes

Definition Classes
Inherited from:
FormDataContent
override def contentType: ContentType

Attributes

Definition Classes
Inherited from:
FormDataContent
def file(key: String): FileEntry

Attributes

Inherited from:
FormDataContent
def json(key: String): Json

Attributes

Inherited from:
FormDataContent
override def lastModified: Long

Attributes

Definition Classes
Inherited from:
FormDataContent
override def length: Long

Attributes

Definition Classes
Inherited from:
FormDataContent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def string(key: String): StringEntry

Attributes

Inherited from:
FormDataContent
override def withContentType(contentType: ContentType): Content

Attributes

Definition Classes
Inherited from:
FormDataContent
def withEntry(key: String, entry: FormDataEntry, replace: Boolean): FormDataContent

Attributes

Inherited from:
FormDataContent
def withFile(key: String, fileName: String, file: File, headers: Headers): FormDataContent

Attributes

Inherited from:
FormDataContent
def withJson(key: String, value: Json, headers: Headers): FormDataContent

Attributes

Inherited from:
FormDataContent
override def withLastModified(lastModified: Long): Content

Attributes

Definition Classes
Inherited from:
FormDataContent
def withString(key: String, value: String, headers: Headers): FormDataContent

Attributes

Inherited from:
FormDataContent

Inherited fields

lazy val files: Map[String, FileEntry]

Attributes

Inherited from:
FormDataContent
lazy val jsons: Map[String, Json]

Attributes

Inherited from:
FormDataContent
lazy val strings: Map[String, StringEntry]

Attributes

Inherited from:
FormDataContent