pub async fn parse<T: DeserializeOwned>(req: &mut Request<Body>) -> Result<T>
Merge path + form + json into one struct.