pub fn test_http_server<F>(filters: F) -> TestHttpServer
where F: Filter + Clone + Send + Sync + 'static, F::Extract: Reply,
Expand description

Spawn a TestHttpServer using the given warp filters