| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.URI.Extended
Description
Generalized version of URI.
- parseURIReference :: MonadThrow m => Text -> m URI
- parseURI :: MonadThrow m => Text -> m URI
- data UriException = InvalidUri Text
Documentation
parseURIReference :: MonadThrow m => Text -> m URI
Generalized version of parseURIReference.
parseURI :: MonadThrow m => Text -> m URI
Generalized version of parseURI.