RequestUrl

case class RequestUrl(protocol: String, hostname: String, path: Seq[String], params: Map[String, Seq[String]]) extends ToRequestUrl
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addParams(params: (String, String)*): RequestUrl
@inline
def addPath(path: String*): RequestUrl
override def apply(): String
Definition Classes
def maybeAddParams(params: (String, Option[String])*): RequestUrl
@inline
def withHostname(hostname: String): RequestUrl
def withParams(params: (String, String)*): RequestUrl
@inline
def withPath(path: String): RequestUrl

Inherited methods

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