Description
Provides a Ruby implementation for working with URIs and related address parsing. It is useful for applications that need robust URL handling, normalization, and validation beyond basic string processing.
URL parsing affects security-sensitive code such as redirects, allowlists, and network requests. Developers should test edge cases before using parsed URLs for access control.