harlanc / xiu

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
https://www.rustxiu.com
MIT License
1.61k stars 168 forks source link

Unify the HTTP Server library. #50

Closed harlanc closed 5 months ago

harlanc commented 11 months ago

Now different HTTP server libraries are used in XIU project, including a lower level library hyper in HTTP-FLV/HLS and a higher level library called axum in XIU/http-server。

It's better to use only one library, I tend to use axum as the only one.