FullUrl

com.malliina.http.FullUrl
See theFullUrl companion object
case class FullUrl(proto: String, hostAndPort: String, uri: String)

Attributes

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

Members list

Concise view

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.

Attributes

map

query string values

Returns:

a new URL with the query strings applied

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

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