Crate http_uri

Crate http_uri 

Source
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§

InvalidHttpUri
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.