Dan Oxlade
Dan Oxlade
I previously raised #334 and later [ca-certs](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/rust_dev_preview/ca-certs/src/main.rs) was added which I thought I could follow. I need to do this behind a proxy and I have tried to add `hyper_proxy::ProxyConnector`....
> is it possible to add a DNS name to `/etc/hosts` so that you can refer to the proxy by a DNS name? You could also do the same thing...
@rcoh sorry I'm still having trouble working this all out. I'm trying to find an example of specifying a custom DNS resolver for Hyper but I've not managed to find...
Sorry, I'm afraid not. I was aware of the above documentation and I really appreciate you patience but it's not clear to me how one would go about combining the...
that's great, thanks. It makes sense now. It's compiling fine but panicking now `"invalid URL, scheme is not http"` That's probably something else in my setup that's wrong although I...
I just had to turn off `enforce_http`: https://github.com/hyperium/hyper/issues/1009#issuecomment-592522889
Not sure this is the right place to ask but are there any plans to support `scan_` methods on byte streams? It looks like `scan_parquet` only supports a path at...
Hi, I have a very similar situation, is there a temporary workaround for this?
See io.github.oxlade39.storrent.announce.Tracker and io.github.oxlade39.storrent.announce.HttpTrackerClient for an existing TCP example. See also [Tracker HTTP/HTTPS Protocol](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol)
I expect a whole load more issues to be created on the back of this...