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