spice.http.content

Members list

Concise view

Type members

Classlikes

case class BytesContent(value: Array[Byte], contentType: ContentType, lastModified: Long) extends Content

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Content.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Content.type
case class FileContent(file: File, contentType: ContentType, lastModifiedOverride: Option[Long]) extends Content

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
case class FormData(key: String, entries: List[FormDataEntry])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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
sealed trait FormDataEntry

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class JsonContent(json: Json, compact: Boolean, contentType: ContentType, lastModified: Long) extends Content

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Content.type
case class StringContent(value: String, contentType: ContentType, lastModified: Long) extends Content

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
case class URLContent(url: URL, contentType: ContentType, lastModifiedOverride: Option[Long]) extends Content

Attributes

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