Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client_ws.hpp')
-rw-r--r--client_ws.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client_ws.hpp b/client_ws.hpp
index 98df3b8..f56bf3a 100644
--- a/client_ws.hpp
+++ b/client_ws.hpp
@@ -279,6 +279,8 @@ namespace SimpleWeb {
CaseInsensitiveMultimap header;
/// Set proxy server (server:port)
std::string proxy_server;
+ /// Set proxy authorization (username:password)
+ std::string proxy_auth;
};
/// Set before calling start().
Config config;