CachedResponse

sttp.client4.caching.CachedResponse
See theCachedResponse companion object
case class CachedResponse(body: String, code: StatusCode, statusText: String, headers: List[Header])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toResponse(request: RequestMetadata): Response[Array[Byte]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product