Safe Haskell | None |
---|
This module provides common parsers used in rfc specifications.
- hex :: Parser [Word8]
- lws :: Parser Word8
- lwss :: Parser Word8
- ctext :: Parser Word8
- qdtext :: Parser Word8
- quotedPair :: Parser [Word8]
- quotedString :: Parser [Word8]
- text :: Parser Word8
- appcon :: [a] -> [[a]] -> [a]
- word8l :: Word8 -> Parser ByteString [Word8]
- toRepr :: [Word8] -> [Char]
- asList :: Parser a -> Parser [a]
Documentation
consecutive matches of lws rule, where they MUST be compressed to a single 0x20 byte
quotedPair :: Parser [Word8]Source
Parse quoted pair
quotedString :: Parser [Word8]Source
Parse quoted string