tauri_api::http

Function make_request

Source
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