BooleanHeaderKey

spice.http.BooleanHeaderKey
class BooleanHeaderKey(val key: String, val commaSeparated: Boolean) extends TypedHeaderKey[Boolean]

Attributes

Graph
Supertypes
trait TypedHeaderKey[Boolean]
trait HeaderKey
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

override def apply(value: Boolean): Header

Attributes

Definition Classes
override def value(headers: Headers): Option[Boolean]

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
HeaderKey

Concrete fields

val commaSeparated: Boolean
val key: String