Skip to content

Releases: MKKHLIF/UriKit

v0.1.0beta

15 Oct 18:56
Compare
Choose a tag to compare
v0.1.0beta Pre-release
Pre-release

Main Features 🎉

  • URI Parsing: Breaks down URIs into their components (scheme, user info, host, port, path, query, and fragment).
  • URI Normalization: Standardizes URIs (case normalization, percent-encoding, path segment normalization) 🔄.
  • URI Resolution: Resolves relative URIs against a base URI for absolute paths 🔗.
  • IPv6 and IPvFuture Support: Handles URIs with IPv6 and IPvFuture addresses 🌐.
  • Percent-Encoding: Correctly processes percent-encoded characters %.
  • Validation: Ensures URIs comply with RFC 3986 syntax rules ✅.
  • User Info Handling: Manages user information in URIs 👤.
  • Query and Fragment Handling: Parses and manages query and fragment components 🔍.