danielSanchezQ / warp-reverse-proxy

Fully composable warp filter that can be used as a reverse proxy.
https://github.com/danielSanchezQ/warp-reverse-proxy
MIT License
48 stars 18 forks source link

add option to use rustls #20

Closed icewind1991 closed 3 years ago

icewind1991 commented 3 years ago

Allows people to switch from reqwest's default tls back to rustls.

warp-reverse-proxy = { version = "0.2.0", default_features = false, features = ["rustls-tls"] }
danielSanchezQ commented 3 years ago

@icewind1991 thanks!!!