http_uri 0.0.7

This crate provides few wrapper invariants around [`iri_string`]'s types, that represents valid http absolute uris
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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