http-grammar alternatives and similar packages
Based on the "http" category.
Alternatively, view http-grammar alternatives based on common mentions on social networks and blogs.
-
http-api-data
Converting to/from HTTP API data like URL pieces, headers and query parameters. -
http-reverse-proxy
Reverse proxy HTTP requests, either over raw sockets or with WAI -
wai-cors
A Haskell implementation of Cross-Origin resource sharing (CORS) for Wai -
http-conduit-downloader
HTTP downloader tailored for web-crawler needs -
http-common
Base Haskell types used by a variety of HTTP clients and servers.
Access the most powerful time series database as a service
Do you think we are missing an alternative of http-grammar or a related project?
README
http-grammar
http-grammar
is a Haskell package that provides Attoparsec-based
productions that are faithful to the HTTP grammar specified in RFC-2616.
The guiding philosophy of this package is to prioritize precision and faithfulness to RFC-2616 over all other considerations.
Contributions are welcome and encouraged! The development plan for this package is to add productions from time to time as they are needed in my other work, and to solicit the contributions of productions from you as they are needed in your other work.
I'm also willing to take requests. If there is a production you need but for whatever reason can't or don't want to implement, just submit a github issue.
Thanks!