[][src]Function tauri_api::http::make_request

pub fn make_request(options: HttpRequestOptions) -> Result<String>

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