pub fn post(url: &str) -> Result<Response, HttpError>
set Request POST method
let content = minihttp::post("https://www.google.com").unwrap().text();