Expand description
HTTP URL normalizer.
Replaces numeric path segments with {id}, UUID segments with {uuid},
strips query parameters, and prepends the HTTP method.
Structs§
- Http
Normalized - Result of HTTP URL normalization.
Functions§
- normalize_
http - Normalize an HTTP target URL.