This crate provides extended functionality for handling http semantics, that integrates into [`hyper`](https://docs.rs/hyper/latest/hyper/index.html) ecosystem.
//! I define types for few components of an uri and their invariants.
/// I define few classifications over characters allowed in uris.
pubmodcharacter;/// I define types for representing uri segments.
pubmodsegment;