pub async fn parse_json_body<T: DeserializeOwned>(
req: &mut Request<Body>,
) -> Result<Option<T>>Expand description
Parse application/json body with size limit, return None if not json.
Parse JSON body with size limit; return None if not JSON.