LongHeaderKey

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

Attributes

Graph
Supertypes
trait TypedHeaderKey[Long]
trait HeaderKey
class Object
trait Matchable
class Any
Known subtypes
object Content-Length.type

Members list

Concise view

Value members

Concrete methods

override def apply(value: Long): Header

Attributes

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

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