Skip to main content

Module http

Module http 

Source
Expand description

HTTP URL normalizer.

Replaces numeric path segments with {id}, UUID segments with {uuid}, strips query parameters, and prepends the HTTP method.

Structs§

HttpNormalized
Result of HTTP URL normalization.

Functions§

normalize_http
Normalize an HTTP target URL.