Skip to main content

post_form

Function post_form 

Source
pub fn post_form(
    url: &str,
    values: &[(&str, &str)],
) -> Result<Response, HttpError>
Expand description

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