object
HttpHeaders
extends AnyRef
Type Members
-
case class
Accept
(mediaRanges: Seq[MediaRange]) extends HttpHeader with Product with Serializable
-
case class
Accept-Charset
(charsetRanges: Seq[HttpCharsetRange]) extends HttpHeader with Product with Serializable
-
case class
Accept-Encoding
(encodings: Seq[HttpEncodingRange]) extends HttpHeader with Product with Serializable
-
case class
Accept-Language
(languageRanges: Seq[LanguageRange]) extends HttpHeader with Product with Serializable
-
case class
Accept-Ranges
(rangeUnits: Seq[RangeUnit]) extends HttpHeader with Product with Serializable
-
case class
Authorization
(credentials: HttpCredentials) extends HttpHeader with Product with Serializable
-
case class
Cache-Control
(directives: Seq[CacheDirective]) extends HttpHeader with Product with Serializable
-
case class
Connection
(connectionTokens: Seq[ConnectionToken]) extends HttpHeader with Product with Serializable
-
case class
Content-Encoding
(encoding: HttpEncoding) extends HttpHeader with Product with Serializable
-
case class
Content-Length
(length: Int) extends HttpHeader with Product with Serializable
-
case class
Content-Type
(contentType: ContentType) extends HttpHeader with Product with Serializable
-
case class
Cookie
(cookies: Seq[HttpCookie]) extends HttpHeader with Product with Serializable
-
case class
CustomHeader
(name: String, value: String) extends HttpHeader with Product with Serializable
-
case class
Date
(date: DateTime) extends HttpHeader with Product with Serializable
-
case class
Location
(absoluteUri: String) extends HttpHeader with Product with Serializable
-
case class
Set-Cookie
(cookie: HttpCookie) extends HttpHeader with Product with Serializable
-
case class
WWW-Authenticate
(challenges: Seq[HttpChallenge]) extends HttpHeader with Product with Serializable
-
case class
X-Forwarded-For
(ips: Seq[HttpIp]) extends HttpHeader with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
object
Accept
extends Serializable
-
-
-
-
object
Accept-Ranges
extends Serializable
-
object
Cache-Control
extends Serializable
-
object
Connection
extends Serializable
-
object
Cookie
extends Serializable
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any