rust-httpc-test
rust-httpc-test copied to clipboard
Re-exporting reqwest::ClientBuilder
Since reqwest::ClientBuilder
is part of the public API through httpc_test::new_client_with_reqwest
it is best to re-export it, so that the end user does not have to also require the reqwest
crate as an extra dependency, just to be able to provide a reqwest::ClientBuilder
to httpc_test::new_client_with_reqwest
.