TypedHeaderKey

spice.http.TypedHeaderKey
trait TypedHeaderKey[V] extends HeaderKey

Attributes

Graph
Supertypes
trait HeaderKey
class Object
trait Matchable
class Any
Known subtypes
object If-Modified-Since.type
object Expires.type
object Last-Modified.type
object Content-Type.type
object Content-Length.type
object Connection.type
object Accept-Encoding.type
object Accept-Language.type
object Authorization.type
object Origin.type
object User-Agent.type
object X-Forwarded-For.type
object Location.type
object Server.type
object Upgrade.type

Members list

Concise view

Value members

Abstract methods

def apply(value: V): Header
def value(headers: Headers): Option[V]

Inherited methods

def all(headers: Headers): List[String]

Attributes

Inherited from:
HeaderKey
def get(headers: Headers): Option[String]

Attributes

Inherited from:
HeaderKey
def key: String

Attributes

Inherited from:
HeaderKey