Added proxy server support to Client. Based on #83
This commit is contained in:
parent
59bf48b37f
commit
9d9a8622d5
3 changed files with 61 additions and 17 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue