bitset-word8-0.1.0.1: Space efficient set of Word8 and some pre-canned sets useful for parsing HTTP

Copyright(c) Naoto Shimazaki 2017
LicenseMIT (see the file LICENSE)
Maintainerhttps://github.com/nshimaza
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.BitSetWord8.CharSets

Description

Some pre-canned character sets useful for HTTP related parsing. All sets provided by this module are evaluated at compile time using Template Haskell.

Synopsis

Documentation

rfc3986UriReference :: BitSetWord8 Source #

URI-Reference of RFC3986 in BitSetWord8. Evaluated at compile time.

rfc7230TChar :: BitSetWord8 Source #

tcher of RFC7230 in BitSetWord8. Evaluated at compile time.

rfc7230QDText :: BitSetWord8 Source #

qdtext of RFC7230 in BitSetWord8. Evaluated at compile time.

rfc7230QuotedPair :: BitSetWord8 Source #

quoted-string of RFC7230 in BitSetWord8. Evaluated at compile time.