Presets
Enter URI
Parsed Components
## About URI Parser
Uniform Resource Identifiers (URIs) provide a standard syntax for identifying abstract or physical resources.
### Key Parser Features
- **RFC 3986 Compliance**: Implements the generic URI syntax specified in RFC 3986 using parser combinators.
- **Hierarchical Components**: Breaks down inputs into scheme, authority (userinfo, host, port), path segments, query parameters, and fragments.
- **Character Classes**: Handles percent-encoded octets (`%HH`), sub-delimiters, and reserved character sets according to specification rules.