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