pub fn make_request(options: HttpRequestOptions) -> Result<Value>
Expand description
Executes an HTTP request
The response will be transformed to String, If reading the response as binary, the byte array will be serialized using serde_json
pub fn make_request(options: HttpRequestOptions) -> Result<Value>
Executes an HTTP request
The response will be transformed to String, If reading the response as binary, the byte array will be serialized using serde_json