bobby ~master (2022-05-05T01:37:17.6104391)
Dub
Repo
URL
monitor
Undocumented in source.
struct
URL {
static
URL
parse
(string url);
string
protocol
;
string
host
;
ushort
port
;
string
path
;
string
query
;
string
anchor
;
}
Members
Static functions
parse
URL
parse
(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
anchor
string
anchor
;
Undocumented in source.
host
string
host
;
Undocumented in source.
path
string
path
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
protocol
string
protocol
;
Undocumented in source.
query
string
query
;
Undocumented in source.
Meta
Source
See Implementation
monitor
aliases
Now
structs
HTTPMonitor
URL