Function azure_sdk_rust::azure::core::perform_request
[−]
[src]
pub fn perform_request(uri: &str,
method: HTTPMethod,
azure_key: &str,
headers: &Headers,
request_body: Option<(&mut Read, u64)>)
-> Result<Response, Error>