ResponseAsFile

sttp.client3.ResponseAsFile
case class ResponseAsFile(output: SttpFile) extends ResponseAs[SttpFile, Any]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ResponseAs[SttpFile, Any]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def show: String

Attributes

Definition Classes

Inherited methods

def map[T2](f: SttpFile => T2): ResponseAs[T2, R]

Attributes

Inherited from:
ResponseAs
def mapWithMetadata[T2](f: (SttpFile, ResponseMetadata) => T2): ResponseAs[T2, R]

Attributes

Inherited from:
ResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showAs(s: String): ResponseAs[T, R]

Attributes

Inherited from:
ResponseAs