Copyright | (c) Naoto Shimazaki 2017 |
---|---|
License | MIT (see the file LICENSE) |
Maintainer | https://github.com/nshimaza |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Some pre-canned character sets useful for HTTP related parsing. All sets provided by this module are evaluated at compile time using Template Haskell.
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.