UrlMutableBuilder

@inline final class UrlMutableBuilder[Self <: Url](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setAuth(value: String): Self
@inline
def setAuthNull: Self
@inline
def setHash(value: String): Self
@inline
def setHashNull: Self
@inline
def setHost(value: String): Self
@inline
def setHostNull: Self
@inline
def setHostname(value: String): Self
@inline
def setHostnameNull: Self
@inline
def setHref(value: String): Self
@inline
def setPath(value: String): Self
@inline
def setPathNull: Self
@inline
def setPathname(value: String): Self
@inline
def setPathnameNull: Self
@inline
def setPort(value: String): Self
@inline
def setPortNull: Self
@inline
def setProtocol(value: String): Self
@inline
def setProtocolNull: Self
@inline
def setQuery(value: String | ParsedUrlQuery): Self
@inline
def setQueryNull: Self
@inline
def setSearch(value: String): Self
@inline
def setSearchNull: Self
@inline
def setSlashes(value: Boolean): Self
@inline
def setSlashesNull: Self

Concrete fields

val x: Self