Function twapi_reqwest::v2::put

source ·
pub async fn put(
    url: &str,
    query_options: &Vec<(&str, &str)>,
    bearer_token: &str,
    timeout_sec: Option<Duration>
) -> Result<Response, Error>