Closed VikingMew closed 4 years ago
Yea, that error is because the two clients are different types. The HttpsConnector
in this crate already supports both schemes, only using TLS on HTTPS requests.
So I just need to create the HttpsConnector
and it always works? Thanks.
Hi, I tried to implement automatically choose connector based on given scheme. I tried.
but get
is that possible to get a compatible type?