pub fn put(
url: &str,
body: &str,
content_type: &str,
headers: &HttpHeaders,
) -> Result<HttpResponse, String>pub fn put(
url: &str,
body: &str,
content_type: &str,
headers: &HttpHeaders,
) -> Result<HttpResponse, String>