pub fn extract_param<T>( ctx: &RequestContext, name: &'static str, ) -> Result<T, Error>where T: FromStr,