iri-0.4: RFC-based resource identifier library

Safe HaskellNone
LanguageHaskell2010

Iri.Parsing.Attoparsec.Text

Synopsis

Documentation

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.