CachedResponse

io.chrisdavenport.mules.http4s.CachedResponse
See theCachedResponse companion object
final case class CachedResponse(status: Status, httpVersion: HttpVersion, headers: Headers, body: ByteVector)

Attributes

Companion:
object
Source:
CachedResponse.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toResponse[F[_]]: Response[F]

Attributes

Source:
CachedResponse.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product