Enums§
- UrlLike
- Represents different forms of URL-like patterns found in commands.
Functions§
- extract_
raw_ host - Extract raw authority (host portion) from a URL string before IDNA normalization. Handles IPv6, userinfo, port, and percent-encoded separators.
- parse_
docker_ ref - Parse a Docker image reference following distribution spec.
- parse_
url - Parse a URL string into a UrlLike.