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.
pub async fn test_server_with_addr<F: ServerServiceFactory<TcpStream>>(
tcp: TcpListener,
factory: F,
) -> TestServer
Start test server
on an existing address binding.