Module validate

Source
Expand description

Validators.

Validators are functions that receive the string and checks if the entire string is syntactically valid.

Structs§

Error
Resource identifier validation error.

Functions§

absolute_iri
Validates absolute IRI.
authority
Validates IRI authority.
fragment
Validates IRI fragment.
host
Validates IRI host.
iri
Validates IRI.
iri_reference
Validates IRI reference.
path
Validates IRI path.
path_segment
Validates IRI path segment.
port
Validates IRI port.
query
Validates IRI query.
relative_ref
Validates relative reference.
scheme
Validates IRI scheme.
userinfo
Validates IRI userinfo.