salvo_core 0.91.1

Salvo is a powerful web framework that can make your work easier.
Documentation
1
2
3
4
5
6
7
//! Http protocol supports.
cfg_feature! {
    #![feature = "quinn"]

    pub use salvo_http3::{quic, webtransport};
    pub use salvo_http3::webtransport::server::WebTransportSession;
}