FullUrl

case class FullUrl(proto: String, hostAndPort: String, uri: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(more: String): FullUrl
def /(more: String): FullUrl
def append(more: String): FullUrl
def query(map: Map[String, String]): FullUrl

URL encodes the values in map, and adds them to the query string.

URL encodes the values in map, and adds them to the query string.

Value Params
map

query string values

Returns

a new URL with the query strings applied

override def toString: String
Definition Classes
Any
def withQuery(qs: (String, String)*): FullUrl
def withUri(uri: String): FullUrl

Inherited methods

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

Concrete fields

val host: String
val protoAndHost: String
val url: String