HeaderKey

spice.http.HeaderKey
See theHeaderKey companion object
trait HeaderKey

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Cache-Control.type
object CookieHeader.type
object SetCookie.type
object CacheControl.type
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 key: String

Concrete methods

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