Available on crate feature
auth
only.Expand description
URL functionality.
This module re-exports url::Url
and provides the Error
type
that wraps url::ParseError
to provide diagnostics.
Structs§
- Error
- Wraps
url::ParseError
to provide diagnostics. - Url
- A parsed URL record.
Constants§
- BASE_
ALWAYS_ VALID - The message indicating that the OTP base URL is always valid.