Crate front_line_router

Source
Expand description

Do not import or use this crate directly, import and use front-line instead. See: front-line

Re-exports§

pub use memchr;

Structs§

RouterResult
Represents the result of routing an HTTP request.

Enums§

Error
HttpVersion
Represents versions of the HTTP protocol.
Method
Represents HTTP methods.

Traits§

FromRoute
A trait to enable zero-copy parsing from route paths.
Router
A trait that encapsulates routing logic for an HTTP request.