iri-0.5.1.1: RFC-compliant universal resource identifier library (URL, URI, IRI)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Iri.Parsing.Text

Synopsis

Documentation

iri :: Text -> Either Text Iri Source #

Parser of a well-formed IRI conforming to the RFC3987 standard into Iri. Performs URL-decoding.

httpIri :: Text -> Either Text HttpIri Source #

Same as iri, but optimized specifially for the case of HTTP IRIs.