vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
URL.opOpAssign
index
vibe
inet
url
URL
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(Path rhs)
void
opOpAssign
(Path.Segment rhs)
struct
URL
@
safe
void
opOpAssign
(
string
OP
Path
)
(
Path.Segment
rhs
)
if
(
OP
== "~" &&
isAnyPath
!
Path
)
Meta
Source
See Implementation
index
vibe
inet
url
URL
constructors
this
functions
opBinary
opCmp
opEquals
opOpAssign
startsWith
toString
properties
anchor
host
localURI
parentURL
password
path
pathString
port
queryString
schema
username
static functions
defaultPort
fromString
parse