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)
struct
Uri
this
(
in
string
rawUri
,
bool
isConnect
= false
)
this
(string schema, string host, ushort port, string path, string query, string fragment, 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