ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Uri.this
ocean
net
Uri
Uri
Construct a Uri from the given components. The query is optional.
this
(uint initial_buffer_size)
this
(cstring uri)
this
(cstring scheme, cstring host, cstring path, cstring query)
class
Uri
this
(
cstring
scheme
,
cstring
host
,
cstring
path
,
cstring
query
= null
)
this
(UriView other)
Meta
Source
See Implementation
ocean
net
Uri
Uri
aliases
getDefaultPort
getFragment
getHost
getPath
getPort
getQuery
getUserInfo
getValidPort
setFragment
setHost
setPath
setPort
setQuery
setUserInfo
constructors
this
enums
ExcScheme
InvalidPort
functions
decode
defaultPort
extendQuery
fragment
getNormalizedScheme
host
isGeneric
parse
path
port
produce
query
relParse
reset
scheme
toString
userinfo
validPort
static functions
encode
Construct a Uri from the given components. The query is optional.