rust-httpc-test icon indicating copy to clipboard operation
rust-httpc-test copied to clipboard

Re-exporting reqwest::ClientBuilder

Open Vagelis-Prokopiou opened this issue 5 months ago • 0 comments

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.

Vagelis-Prokopiou avatar Sep 16 '24 06:09 Vagelis-Prokopiou