# http_uri
This crate provides few wrapper invariants around [`iri_string`]'s types, that represents valid http absolute uris
Specifically it provides
- [`HttpAbsoluteUri`], represents an uri, that is absolute, and is valid http/https uri.
- [`NormalHttpAbsoluteUri`], represents an uri, that is an [`HttpAbsoluteUri`], and guarantees that it is normalized.
- [`NormalHttpHierarchicalUri`], represents an uri, that is normal, absolute, http uri which doesn't have query component
License: MIT OR Apache-2.0