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

Feature request: custom client (per request) #61

Open chpio opened 1 year ago

chpio commented 1 year ago

hi, a nice feature to have would be a filter, that lets you set a custom client per request. My use case for that would be disabling the tls verification, but only to some backends (self signed certs).