snap-core-0.5.3.1: Snap: A Haskell Web Framework (Core)

Snap.Internal.Parsing

Synopsis

Documentation

digit :: Parser Char

Parsers for different tokens in an HTTP request.

spaces :: Parser [Char]

Parser for zero or more spaces.

pHeaders :: Parser [(ByteString, ByteString)]

Parser for request headers.

matchAll :: [Char -> Bool] -> Char -> Bool