spice.http.content

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
trait Content

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BytesContent
object none.type
class FileContent
class JsonContent
class URLContent
Show all

Attributes

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

Attributes

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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FormDataContent(data: List[FormData]) extends Content

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
sealed trait FormDataEntry

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FileEntry
class StringEntry
object FormDataEntry

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
abstract class IOStreamContent(val contentType: ContentType, val lastModified: Long, val length: Long) extends Content

Attributes

Supertypes
trait Content
class Object
trait Matchable
class Any
Known subtypes
class IOStreamZipContent(entries: List[ZipFileEntry], lastModified: Long, length: Long, contentType: ContentType) extends IOStreamContent

Attributes

Supertypes
trait Content
class Object
trait Matchable
class Any
case class JsonContent(json: Json, compact: Boolean, contentType: ContentType, lastModified: Long) extends Content

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
object JsonContent

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Content.type
case class StreamContent(stream: Stream[IO, Byte], contentType: ContentType, lastModified: Long, length: Long) extends Content

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
case class StringContent(value: String, contentType: ContentType, lastModified: Long) extends Content

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
case class ZipFileEntry(file: File, path: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all