[Add] Dynamic routes through path parameters
All checks were successful
CI / checks (push) Successful in 5m22s
All checks were successful
CI / checks (push) Successful in 5m22s
This commit is contained in:
parent
3919eb46fd
commit
cf3cccd3ca
6 changed files with 379 additions and 13 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Loading…
Reference in a new issue