HttpConnectionElement

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

active
void active(Sequence!(HttpConnInfo) active)
Undocumented in source. Be warned that the author may not have intended to support it.
active
auto active()
Undocumented in source. Be warned that the author may not have intended to support it.
halfOpens
auto halfOpens()
Undocumented in source. Be warned that the author may not have intended to support it.
halfOpens
void halfOpens(Sequence!(HalfOpenInfoDict) halfOpens)
Undocumented in source. Be warned that the author may not have intended to support it.
host
void host(string host)
Undocumented in source. Be warned that the author may not have intended to support it.
host
string host()
Undocumented in source. Be warned that the author may not have intended to support it.
idle
void idle(Sequence!(HttpConnInfo) idle)
Undocumented in source. Be warned that the author may not have intended to support it.
idle
auto idle()
Undocumented in source. Be warned that the author may not have intended to support it.
port
void port(uint port)
Undocumented in source. Be warned that the author may not have intended to support it.
port
uint port()
Undocumented in source. Be warned that the author may not have intended to support it.
spdy
void spdy(bool spdy)
Undocumented in source. Be warned that the author may not have intended to support it.
spdy
bool spdy()
Undocumented in source. Be warned that the author may not have intended to support it.
ssl
void ssl(bool ssl)
Undocumented in source. Be warned that the author may not have intended to support it.
ssl
bool ssl()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta