object
/\
extends Request
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
body
: Option[HttpEntity]
-
def
clone
(): AnyRef
-
def
copy
(host: HttpHost = host, creds: Option[Credentials] = creds, method: String = method, path: String = path, headers: Headers = headers, body: Option[HttpEntity] = body, defaultCharset: String = defaultCharset): Request
-
-
def
decode_%
(s: String): String
-
val
defaultCharset
: String
-
def
encode_%
(s: String): String
-
def
encode_base64
(b: Array[Byte]): Array[Byte]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
form_elem
(value: (String, String)): String
-
def
form_enc
(values: Traversable[(String, String)]): String
-
def
form_join
(values: Traversable[String]): String
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
headers
: Headers
-
val
host
: HttpHost
-
def
isInstanceOf
[T0]
: Boolean
-
val
method
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
path
: String
-
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
Empty request, useful for request a descriptors that do not define a host or base path.