#[macro_use] extern crate rocket; use rocket::request::Form; #[derive(FromForm)] struct Simple { value: String } #[post("/", data = "