WebURL

Undocumented in source.

Constructors

this
this(Char[] url)
Undocumented in source.
this
this(WebString str)
Undocumented in source.
this
this(WebStringCpp str)
Undocumented in source.
this
this(awebview.wrapper.cpp.WebString cppws)
Undocumented in source.
this
this(awebview.wrapper.cpp.WebURL cppwurl)
Undocumented in source.

Members

Aliases

PayloadType
alias PayloadType(This) = typeof(This.init.payload)
Undocumented in source.

Functions

anchor
WebString anchor()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
filename
WebString filename()
Undocumented in source. Be warned that the author may not have intended to support it.
host
WebString host()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(WebURLCpp url)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(WebURL rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(WebURLCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Char[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WebURL rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WebURLCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Char[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
password
WebString password()
Undocumented in source. Be warned that the author may not have intended to support it.
path
WebString path()
Undocumented in source. Be warned that the author may not have intended to support it.
port
WebString port()
Undocumented in source. Be warned that the author may not have intended to support it.
query
WebString query()
Undocumented in source. Be warned that the author may not have intended to support it.
scheme
WebString scheme()
Undocumented in source. Be warned that the author may not have intended to support it.
spec
WebString spec()
Undocumented in source. Be warned that the author may not have intended to support it.
username
WebString username()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cppObj
awebview.wrapper.cpp.WebURL cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cppObj
inout(const(awebview.wrapper.cpp.WebURL)) cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
payload
WebURLCpp payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
payload
inout(WebURLCpp) payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
weakRef
WeakRef!(PayloadType!This) weakRef [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta