Structs§
- Options
- Options for URL normalization.
Enums§
- Empty
Query Value - Controls how query parameters with empty values are formatted.
- Normalize
UrlError - Errors that can occur during URL normalization.
- Protocol
- Default protocol for URLs without a scheme.
- Query
Filter - A filter for matching query parameter keys or path components.
- Remove
Directory Index - Controls whether directory index files will be removed from the path.
- Remove
Query Parameters - Controls whether query parameters will be removed.
Functions§
- normalize_
url - Normalize a URL string according to the provided options.
Type Aliases§
- Transform
Path Fn - Type alias for the transform_path callback.