Expand description
This crate provides types for representing http uris and their invariants.
Modules§
- invariant
- I define few invariants over
HttpUri. - predicate
- I define few predicates over
HttpUri. - security
- I define types and utils for enforcing transport and other security policies regarding http uris.
Structs§
- HttpUri
- A O(1) clonable struct for representing http uri.
Enums§
- Invalid
Http Uri - Error of invalid http uri.
Constants§
- HTTPS_
DEFAULT_ PORT - Default port for https scheme.
- HTTPS_
SCHEME - Https scheme.
- HTTP_
DEFAULT_ PORT - Default port for http scheme.
- HTTP_
SCHEME - Http scheme.