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

Migrate from warp to axum for HTTP handling #100

Closed picoHz closed 1 week ago

picoHz commented 1 week ago

Transition the HTTP handling from the warp framework to axum, updating relevant routes and dependencies accordingly.