picoHz / taxy

A reverse proxy server with built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket, written in Rust.
https://taxy.dev/
MIT License
88 stars 6 forks source link

Support proto and host directive in forwarded header #91

Closed picoHz closed 2 weeks ago

picoHz commented 2 weeks ago

Add support for the proto directive in the forwarded header, enhancing the handling of forwarded headers in HTTP requests. This change improves the ability to identify the protocol used by the client.

Related to #85