ada-d ~master (2025-05-06T23:30:46.9473106)
Dub
Repo
AdaUrl.isValid
ada
c
wrapper
AdaUrl
Checks if the URL is valid.
struct
AdaUrl
@
nogc
nothrow
bool
isValid
(
)
Return Value
Type:
bool
true if the URL is valid, false otherwise.
Meta
Source
See Implementation
ada
c
wrapper
AdaUrl
constructors
this
destructors
~this
functions
clearHash
clearPort
clearSearch
copy
getComponents
getHash
getHost
getHostType
getHostname
getHref
getOrigin
getPassword
getPathname
getPort
getProtocol
getSchemeType
getSearch
getSearchParams
getUsername
hasCredentials
hasEmptyHostname
hasHash
hasHostname
hasNonEmptyPassword
hasNonEmptyUsername
hasPassword
hasPort
hasSearch
isValid
setHash
setHost
setHostname
setHref
setPassword
setPathname
setPort
setProtocol
setSearch
setUsername
Checks if the URL is valid.