@hackage iri0.3
RFC-based International Resource Identifier library
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (19)
- attoparsec >=0.13 && <0.14
- base >=4.7 && <5
- base-prelude >=1 && <2
- bug >=1 && <2
- bytestring >=0.10 && <0.11
- contravariant >=1.4 && <2 Show all…
Dependents (3)
@hackage/cloudevents-haskell, @hackage/iri-orphans, @hackage/belka
This library provides a universal data model for representation of both URI (URL) and IRI. It comes packed with parsing, rendering and serialisation functionality. It is implemented in conformance with the RFC-3986 and RFC-3987 specifications and is intended as a standard tool for all tasks related to resource identifiers.
The data is represented in Unicode, and the API automates all the encoding fuss.