Description
Parses URIs in Haskell using ByteString-based input and output. Working at the byte level can be useful for network protocols and systems where encoded URL data must be preserved precisely.
It is useful for web servers, clients, proxies, API tooling, and protocol parsers. Developers should distinguish URI parsing from validation of trust, permissions, or safe redirect targets.