Add client certificate support

This commit is contained in:
Vitaliy Filippov
2026-03-20 20:58:57 +03:00
parent ba9be46acd
commit ab77f487e3
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;
};