hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
AuthorityHttpField
hunt
http
codec
http
hpack
AuthorityHttpField
Undocumented in source.
class
AuthorityHttpField :
HostPortHttpField
{
static
string
AUTHORITY
;
this
(string authority);
string
toString
();
}
Constructors
this
this
(string authority)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
AUTHORITY
string
AUTHORITY
;
Undocumented in source.
Inherited Members
From HostPortHttpField
_hostPort
HostPort
_hostPort
;
Undocumented in source.
getHost
string
getHost
()
Get the host.
getPort
int
getPort
()
Get the port.
getPort
int
getPort
(int defaultPort)
Get the port.
Meta
Source
See Implementation
hunt
http
codec
http
hpack
AuthorityHttpField
classes
AuthorityHttpField