Proxy

net.ruippeixotog.scalascraper.browser.Proxy
See theProxy companion object
case class Proxy(host: String, port: Int, proxyType: Type)

A proxy configuration to be used by Browsers.

Value parameters

host

the proxy host

port

the proxy port

proxyType

the protocol used by a proxy (e.g. HTTP, SOCKS)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product