hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
AuthorityHttpField
hunt
http
codec
http
hpack
AuthorityHttpField
Undocumented in source.
class
AuthorityHttpField :
HostPortHttpField
{
enum
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.
Variables
AUTHORITY
enum
string
AUTHORITY
;
Undocumented in source.
Inherited Members
From HostPortHttpField
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