[][src]Function twapi_reqwest::v1::post

pub async fn post<'_, '_, '_, '_, '_, '_, '_, '_, '_, '_, '_>(
    url: &'_ str,
    query_options: &'_ Vec<(&'_ str, &'_ str)>,
    form_options: &'_ Vec<(&'_ str, &'_ str)>,
    consumer_key: &'_ str,
    consumer_secret: &'_ str,
    access_key: &'_ str,
    access_secret: &'_ str
) -> Result<Response, Error>