Skip to main content

Module parse

Module parse 

Source

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.