most ws command take tls options, no-op for now (contributed by Matt DeBoer)

This commit is contained in:
Benjamin Sergeant
2019-09-29 18:29:51 -07:00
parent d1fb34694c
commit 864249b62d
11 changed files with 100 additions and 34 deletions

View File

@ -8,6 +8,7 @@
#include <iostream>
#include <ixwebsocket/IXHttpClient.h>
#include <ixwebsocket/IXWebSocketHttpHeaders.h>
#include <ixwebsocket/IXSocketTLSOptions.h>
#include <sstream>
namespace ix
@ -93,7 +94,8 @@ namespace ix
bool verbose,
bool save,
const std::string& output,
bool compress)
bool compress,
const ix::SocketTLSOptions& tlsOptions)
{
HttpClient httpClient;
auto args = httpClient.createRequest();