Add client certificate support

This commit is contained in:
Vitaliy Filippov
2026-04-17 13:53:40 +03:00
parent d6eb00e18e
commit fb483185ff
7 changed files with 30 additions and 1 deletions
+2
View File
@@ -23,6 +23,8 @@ struct http_options_t
bool want_streaming;
bool keepalive;
bool ssl;
std::string ssl_cert;
std::string ssl_key;
std::string ssl_ca;
};