Expand description
Trout is a tree-based routing library. It is fairly generic, but designed to be used for HTTP servers.
Re-exports§
pub use node::Node;
Modules§
- http02
- Provides implementations for more convenient use with the http crate.
- node
- The core of the library
Enums§
- Routing
Failure - Ways that routing can fail
Traits§
- Request
- Trait to represent a Request which can be handled