pub fn get<S: AsRef<str>>(
url: S,
headers: Option<&HashMap<String, String>>,
) -> Result<HttpResponse, MoosyncError>Expand description
Convenience helper to perform a GET request for a URL.
pub fn get<S: AsRef<str>>(
url: S,
headers: Option<&HashMap<String, String>>,
) -> Result<HttpResponse, MoosyncError>Convenience helper to perform a GET request for a URL.