Add client certificate support

This commit is contained in:
Vitaliy Filippov
2026-04-22 01:41:10 +03:00
parent 55e86dbb29
commit ef3c9a0eb4
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;
};