xrefcheck-0.3.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Xrefcheck.Data.URI

Synopsis

Documentation

parseUri :: Bool -> Text -> ExceptT UriParseError IO URI Source #

Parse URI according to RFC 3986 extended by allowing non-encoded `[` and `]` in query string.

The first parameter indicates whether the parsing should admit relative URIs or not.