Client.ClientConnection

Undocumented in source.

Constructors

this
this(AsyncTCPConnection connection, string ip, ushort port)
Undocumented in source.

Members

Functions

close
bool close()
Undocumented in source. Be warned that the author may not have intended to support it.
failure
auto failure(void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
perform
auto perform(ClientRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
post
auto post(string path, string body_)
Undocumented in source. Be warned that the author may not have intended to support it.
success
auto success(void delegate(ClientResponse) callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta