vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
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)
struct
URL
@
safe
void
opOpAssign
(
string
OP
Path
)
(
Path
rhs
)
if
(
OP
== "~" &&
isAnyPath
!
Path
)
void
opOpAssign
(Path.Segment rhs)
void
opOpAssign
(Path.Segment2 rhs)
Meta
Source
See Implementation
index
vibe
inet
url
URL
constructors
this
functions
normalize
normalized
opBinary
opCmp
opEquals
opOpAssign
startsWith
toNativePath
toString
properties
anchor
host
localURI
parentURL
password
path
pathString
port
queryString
schema
username
static functions
defaultPort
fromString
parse