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

Provide way to shut down the client #60

Open Ophirr33 opened 1 year ago

Ophirr33 commented 1 year ago

Currently, since the client is a part of a static once cell, there is no way to control when the client is shutdown / dropped. A way to control when the client is dropped would be useful