Response

cask.model.Response
See theResponse companion class
object Response

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Response.type

Members list

Type members

Classlikes

object Data extends DataCompanion[Data]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Data.type
trait Data

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JsonData
class JsonDataImpl[T]
class BooleanData
class NumericData[T]
class UnitData
class WritableData[T]
Show all
trait DataCompanion[V]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JsonData
object Data

Types

type Raw = Response[Data]

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[T](data: T, statusCode: Int, headers: Seq[(String, String)], cookies: Seq[Cookie]): Response[T]