iri-0.3: RFC-based International Resource Identifier library
Iri.Parsing.Attoparsec.ByteString
Synopsis
uri :: Parser Iri Source #
Parser of a well-formed URI conforming to the RFC3986 standard into IRI. Performs URL- and Punycode-decoding.
httpUri :: Parser HttpIri Source #
Same as uri, but optimized specifially for the case of HTTP URIs.
uri