We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f16ac4 commit 9e892eeCopy full SHA for 9e892ee
src/connector.rs
@@ -18,8 +18,8 @@ type BoxError = Box<dyn std::error::Error + Send + Sync>;
18
/// A Connector for the `https` scheme.
19
#[derive(Clone)]
20
pub struct HttpsConnector<T> {
21
- http: T,
22
- tls_config: Arc<ClientConfig>,
+ pub http: T,
+ pub tls_config: Arc<ClientConfig>,
23
}
24
25
#[cfg(all(
0 commit comments