pub fn reqwest_request<U>(url: U) -> RequestBuilderwhere
    U: IntoUrl,Expand description
Utility method to employ best practices when using a Reqwest client to make HTTP requests.
pub fn reqwest_request<U>(url: U) -> RequestBuilderwhere
    U: IntoUrl,Utility method to employ best practices when using a Reqwest client to make HTTP requests.