ws curl + http client tls option handling + ca cert processing for mbedtls
This commit is contained in:
@ -98,6 +98,8 @@ namespace ix
|
||||
const ix::SocketTLSOptions& tlsOptions)
|
||||
{
|
||||
HttpClient httpClient;
|
||||
httpClient.setTLSOptions(tlsOptions);
|
||||
|
||||
auto args = httpClient.createRequest();
|
||||
args->extraHeaders = parseHeaders(headersData);
|
||||
args->connectTimeout = connectTimeout;
|
||||
|
Reference in New Issue
Block a user