Base

final case class Base extends AnyVal

An absolute URL until (and excluding) the path.

Value parameters:
value

Never ends with a slash. Eg. "http://qwe.com:123"

Companion:
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def /[A](r: Param1[A]): Param1[A]

Inherited methods

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