FormDataContent

spice.http.content.FormDataContent
case class FormDataContent(data: List[FormData]) extends Content

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def asString: String

Attributes

Definition Classes
override def contentType: ContentType

Attributes

Definition Classes
def file(key: String): FileEntry
def fileOption(key: String): Option[FileEntry]
override def lastModified: Long

Attributes

Definition Classes
override def length: Long

Attributes

Definition Classes
def string(key: String): StringEntry
def stringOption(key: String): Option[StringEntry]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
override def withContentType(contentType: ContentType): Content

Attributes

Definition Classes
def withEntry(key: String, entry: FormDataEntry): FormDataContent
def withFile(key: String, fileName: String, file: File, headers: Headers): FormDataContent
override def withLastModified(lastModified: Long): Content

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product