Add client certificate support

This commit is contained in:
Vitaliy Filippov
2026-04-04 19:01:49 +03:00
parent dcd545a1a5
commit b04a2d62b2
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;
};