mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
fix: Proxy example
This commit is contained in:
parent
58527c40c7
commit
aada464335
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ async fn test_proxy_client() -> Result<(), Box<dyn std::error::Error + Send + Sy
|
|||
let https_connector = hyper_rustls::HttpsConnectorBuilder::new()
|
||||
.with_native_roots()?
|
||||
.https_only()
|
||||
.enable_http1()
|
||||
.enable_http2()
|
||||
.build();
|
||||
|
||||
let proxy_uri = "http://proxy.domain.unfortunate.world.example.net:3128"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue