[][src]Function lab_grader::helpers::web::post

pub fn post(url: &str, body: &'static str) -> Result<Response, Error>

Posts arbitrary data. This is like post_json but it doesn't set the 'application/json' header.