Skip to main content

http_post

Function http_post 

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