#[macro_use] extern crate rocket; use rocket::{Config, Build, Rocket}; use rocket::{data::Limits, form::Form}; use rocket::http::{ContentType, Status}; use ubyte::{ToByteUnit, ByteUnit}; #[derive(FromForm)] struct Data<'r> { foo: Option<&'r str>, } #[rocket::post("/", data = "