Metadata-Version: 2.1
Name: httpq
Version: 0.0.0
Summary: Parse, modify, and compile HTTP/1.1 messages.
Home-page: https://github.com/synchronizing/httpq
Author: Felipe Faria
Author-email: felipefaria@me.com
License: MIT
Project-URL: Bug Tracker, https://github.com/synchronizing/httpq/issues
Project-URL: Documentation, https://synchronizing.github.io/httpq/
Project-URL: Source Code, https://github.com/synchronizing/httpq/tree/master
Keywords: httpq
Platform: UNKNOWN
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-copybutton ; extra == 'dev'
Requires-Dist: sphinx-autobuild ; extra == 'dev'
Requires-Dist: furo ; extra == 'dev'

# 💨 httpq: Hypertext Transfer Protocol Quick

A tool to parse, modify, and compile HTTP/1.1 messages. Work-in-progress.



