//! Map HTTP requests to Resource methods.
//!
//! Currently, this module is intended to be used by the `impl_web!` macro and
//! not the end user.
pub use Builder;
pub use ;
pub use Route;
pub use RouteMatch;
pub use RoutedService;
pub use RouteSet;
pub use Captures;
pub use Path;