Function streambed_test::server::http

source ยท
pub fn http<F, Fut>(func: F) -> Server
where F: Fn(Request<Body>) -> Fut + Clone + Send + 'static, Fut: Future<Output = Response<Body>> + Send + 'static,