hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.16k stars 1.56k forks source link

hyper v1 proxy example #3571

Open lcmgh opened 5 months ago

lcmgh commented 5 months ago

I have not found any example that outlines how to configure a client proxy hyper v1.

https://github.com/tafia/hyper-proxy only works with < v1.

Relates to https://github.com/awslabs/aws-sdk-rust/issues/169

Tangel commented 5 months ago

There is a crate to displace it hyper-proxy2, the crate just does not have many changes, so this may be the simplest option.