Added proxy server support to Client. Based on #83

This commit is contained in:
eidheim 2016-11-24 14:07:11 +01:00
commit 9d9a8622d5
3 changed files with 61 additions and 17 deletions

View file

@ -48,6 +48,10 @@ class ClientTest : public ClientBase<HTTP> {
public:
ClientTest(const std::string& server_port_path) : ClientBase<HTTP>::ClientBase(server_port_path, 80) {}
std::string protocol() {
return "http";
}
void connect() {}
bool constructor_parse_test1() {