(ws curl) Add support for --data-binary option, to set the request body. When present the request will be sent with the POST verb

This commit is contained in:
Benjamin Sergeant
2020-10-12 14:03:01 -07:00
parent 67cb48537a
commit b2f21840c6
4 changed files with 19 additions and 3 deletions

View File

@ -588,7 +588,6 @@ namespace ix
return request(url, verb, body, args);
}
HttpResponsePtr HttpClient::post(const std::string& url,
const HttpParameters& httpParameters,
const HttpFormDataParameters& httpFormDataParameters,

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "10.5.1"
#define IX_WEBSOCKET_VERSION "10.5.2"