requests v0.2.0 (2016-07-06T20:27:02Z)
Dub
Repo
URI
requests
uri
Undocumented in source.
struct
URI {
import
std
.
string
;
;
this
(string uri);
bool
uri_parse
(string uri);
string
recalc_uri
();
auto
uri
[@property getter];
string
uri
[@property setter];
}
Constructors
this
this
(string uri)
Undocumented in source.
Members
Functions
recalc_uri
string
recalc_uri
()
Undocumented in source. Be warned that the author may not have intended to support it.
uri_parse
bool
uri_parse
(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
uri
auto
uri
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uri
string
uri
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
requests
uri
classes
UriException
structs
URI