iri-0.3: RFC-based International Resource Identifier library
Iri.Parsing.Attoparsec.Text
Synopsis
iri :: Parser Iri Source #
Parser of a well-formed IRI conforming to the RFC3987 standard into IRI. Performs URL-decoding.
httpIri :: Parser HttpIri Source #
Same as iri, but optimized specifially for the case of HTTP IRIs.
iri