Skip to main content

post

Function post 

Source
pub fn post(
    url: &str,
    content_type: &str,
    body: Body,
) -> Result<Response, HttpError>
Expand description

Issue a POST using the default client. Port of Go’s http.Post.