ResponseAsFile

case class ResponseAsFile(output: SttpFile) extends ResponseAs[SttpFile, Any]
trait Serializable
trait Product
trait Equals
trait ResponseAs[SttpFile, Any]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def show: String
Definition Classes

Inherited methods

def map[T2](f: SttpFile => T2): ResponseAs[T2, Any]
Inherited from
ResponseAs
def mapWithMetadata[T2](f: (SttpFile, ResponseMetadata) => T2): ResponseAs[T2, Any]
Inherited from
ResponseAs
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def showAs(s: String): ResponseAs[SttpFile, Any]
Inherited from
ResponseAs