Skip to main content

http_put

Function http_put 

Source
pub fn http_put(
    url: &str,
    content_type: &str,
    body: &[u8],
) -> PrayResult<HttpResponse>