(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:
@ -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,
|
||||
|
@ -6,4 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define IX_WEBSOCKET_VERSION "10.5.1"
|
||||
#define IX_WEBSOCKET_VERSION "10.5.2"
|
||||
|
Reference in New Issue
Block a user