http-parser ~master (2018-01-04T17:32:47Z)
Home
Dub
Repo
Uri.this
http
parser
core
Uri
Undocumented in source.
this
(string rawUri, bool isConnect)
this
(string schema, string host, ushort port, string path, string query, string fragment, string userInfo)
struct
Uri
this
(
in
string
schema
,
in
string
host
,
in
ushort
port
,
in
string
path
,
in
string
query
,
in
string
fragment
,
in
string
userInfo
)
string
_schema
;
string
_host
;
string
_path
;
string
_query
;
string
_fragment
;
string
_userInfo
;
Meta
Source
See Implementation
http
parser
core
Uri
constructors
this
functions
toString
properties
absoluteUri
fragment
host
path
port
query
schema
userInfo