Is there a way to connect through a proxy while using websocket in Rust?

后端 未结 0 882
天涯浪人
天涯浪人 2021-02-02 01:38

With reqwest you can use a proxy server like this:

let client = reqwest::Client::builder()?
    .proxy(reqwest::Proxy::http("https://my.proxy.local:1080"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题