pub fn post_form<T: DeserializeOwned>(
client: &TestMyCodeClient,
url: Url,
form: &HashMap<String, String>,
) -> Result<T, TestMyCodeClientError>Expand description
Posts the given form data to the given URL and deserializes the response to T.