StreamContent

spice.http.StreamContent
case class StreamContent(stream: Stream[IO, Byte], contentType: ContentType, lastModified: Long, length: Long) 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 withContentType(contentType: ContentType): Content

Attributes

Definition Classes
override def withLastModified(lastModified: Long): Content

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product