ConnManager

* Keep opened connections for HTTP. * It is actually cache over tuple(schema, host, port) -> connection * with limited number of items. * * Evict least used.

Constructors

this
this(int c)
Undocumented in source.

Members

Aliases

CMKey
alias CMKey = Tuple!(string, string, ushort)
Undocumented in source.

Classes

CMValue
class CMValue
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
NetworkStream get(string schema, string host, ushort port)
Undocumented in source.
put
void put(string schema, string host, ushort port, NetworkStream stream)
Undocumented in source.

Meta