pub fn raw_handler<F, Fut>(f: F) -> impl IntoHandler<(RawRequest,)>where F: Fn(Request) -> Fut + Clone + Send + Sync + 'static, Fut: Future<Output = Result<Response>> + Send + 'static,