ResponseAsStreamUnsafe

sttp.client4.ResponseAsStreamUnsafe
See theResponseAsStreamUnsafe companion object
case class ResponseAsStreamUnsafe[BinaryStream, S] extends GenericResponseAs[BinaryStream, S]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericResponseAs[BinaryStream, S]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def show: String

Attributes

Definition Classes

Inherited methods

def map[T2](f: BinaryStream => T2): GenericResponseAs[T2, S]

Attributes

Inherited from:
GenericResponseAs
def mapWithMetadata[T2](f: (BinaryStream, ResponseMetadata) => T2): GenericResponseAs[T2, S]

Attributes

Inherited from:
GenericResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showAs(s: String): GenericResponseAs[BinaryStream, S]

Attributes

Inherited from:
GenericResponseAs