Function actix_http_test::test_server_with_addr
source · pub async fn test_server_with_addr<F: ServerServiceFactory<TcpStream>>(
tcp: TcpListener,
factory: F
) -> TestServer
Expand description
Start test server
on an existing address binding.