| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Parser.Rfc3986
Description
Uniform Resource Identifier (URI): Generic Syntax http://www.ietf.org/rfc/rfc3986.txt TODO: implement ipv6 and ipvfuture
Documentation
isSubDelims :: Word8 -> Bool Source #
isGenDelims :: Word8 -> Bool Source #
isReserved :: Word8 -> Bool Source #
unreserved :: Parser Word8 Source #
pctEncoded :: Parser Word8 Source #
segmentNzNc :: Parser [Word8] Source #
slashSegment :: Parser [Word8] Source #
pathRootless :: Parser ByteString [Word8] Source #
pathNoscheme :: Parser ByteString [Word8] Source #
pathAbsolute :: Parser ByteString [Word8] Source #
pathAbempty :: Parser ByteString [Word8] Source #
ipv4address :: Parser [Word8] Source #
relativePart :: Parser ByteString (Maybe URIAuth, [Word8]) Source #
absoluteUri :: Parser URI Source #