Request

case class Request(url: String, auth: RequestAuth, params: Iterable[(String, String)], headers: Iterable[(String, String)], readTimeout: Int, connectTimeout: Int, proxy: (String, Int), cert: Cert, sslContext: SSLContext, cookies: Map[String, HttpCookie], cookieValues: Map[String, String], maxRedirects: Int, verifySslCerts: Boolean, autoDecompress: Boolean, compress: Compress, keepAlive: Boolean, check: Boolean)

The equivalent of configuring a Requester.apply or Requester.stream call, but without invoking it. Useful if you want to further customize it and make the call later via the overloads of apply/stream that take a Request.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product