[][src]Function http_service_mock::make_server

pub fn make_server<T: HttpService>(
    service: T
) -> Result<TestBackend<T>, <T::ConnectionFuture as TryFuture>::Error>

Construct a simulated http server from the given service.