Docs.rs
radix-router-0.1.2
radix-router 0.1.2
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
SunDoge
Dependencies
futures ^0.1
normal
hyper ^0.12
normal
tokio-fs ^0.1
normal
tokio-io ^0.1
normal
pretty_env_logger ^0.2.4
dev
Versions
46%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
radix_
router
0.1.2
Module router
Module Items
Structs
Traits
Type Aliases
In crate radix_
router
radix_router
Module
router
Copy item path
Source
Structs
§
Param
Param is a single URL parameter, consisting of a key and a value.
Params
Params is a Param-slice, as returned by the router. The slice is ordered, the first URL parameter is also the first slice value. It is therefore safe to read values by the index.
Router
Router is container which can be used to dispatch requests to different handler functions via configurable routes
Traits
§
Handle
Type Aliases
§
BoxFut
Handler
Handle is a function that can be registered to a route to handle HTTP requests. It has a third parameter for the values of wildcards (variables).