Function actix_http_test::test_server_with_addr[][src]

pub async fn test_server_with_addr<F: ServiceFactory<TcpStream>>(
    tcp: TcpListener,
    factory: F
) -> TestServer

Start test server on a concrete Address