ResponseAsFile

sttp.client4.ResponseAsFile
case class ResponseAsFile(output: SttpFile) extends GenericResponseAs[SttpFile, Any]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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: SttpFile => T2): GenericResponseAs[T2, Any]

Attributes

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

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[SttpFile, Any]

Attributes

Inherited from:
GenericResponseAs