pub async fn test_client_builder_with_server() -> (ClientBuilder, MockServer)
Available on crate feature
testing
and non-WebAssembly only.Expand description
Like test_client_builder
, but with a mocked server too.