[Add] Dynamic routes through path parameters
All checks were successful
CI / checks (push) Successful in 5m22s

This commit is contained in:
Alex Emmet 2026-07-19 23:48:32 +02:00
commit cf3cccd3ca
6 changed files with 379 additions and 13 deletions

View file

@ -13,7 +13,7 @@ mod transport;
pub use error::WebServerError;
#[cfg(feature = "pipes")]
pub use mtp_transport::TransportEvent;
pub use router::{HttpHandler, Router, RouterError};
pub use router::{DynamicHttpHandler, HttpHandler, RouteParams, Router, RouterError};
pub use server::{MTPWebServer, WebServerConfig, WebServerMetrics};
pub use stream::{Http3Request, Http3Response};
pub use transport::{