archttp ~master (2022-05-11T13:27:02.700293)
Dub
Repo
UrlException
archttp
Url
An exception thrown when something bad happens with Urls.
pure @
safe
class
UrlException : Exception {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
archttp
Url
classes
UrlException
functions
percentDecode
percentDecodeRaw
percentEncode
punyDecode
punyEncode
structs
QueryParams
Url
variables
schemeToDefaultPort
An exception thrown when something bad happens with Urls.