class
Request extends Encoders
Instance Constructors
-
new
Request(req: Request)
-
new
Request(host: HttpHost)
-
new
Request(str: String)
-
new
Request(host: HttpHost, creds: Option[Credentials], method: String, path: String, headers: Headers, body: Option[HttpEntity], defaultCharset: String)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
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]
-
final
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
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
val
host: HttpHost
-
final
def
isInstanceOf[T0]: Boolean
-
val
method: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
path: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Request descriptor, possibly contains a host, credentials, and a list of transformation functions.