Metadata-Version: 1.2
Name: mitmproxy-HTTPolice
Version: 0.9.0
Summary: mitmproxy integration for HTTPolice
Home-page: https://github.com/vfaronov/mitmproxy-httpolice
Author: Vasiliy Faronov
Author-email: vfaronov@gmail.com
License: MIT
Description: `HTTPolice`__ is a **validator or “linter” for HTTP requests and responses**.
        It can spot bad header syntax, inappropriate status codes, and other potential
        problems in your HTTP server or client.
        
        __ https://github.com/vfaronov/httpolice
        
        This package provides `mitmproxy`__ integration for HTTPolice.
        
        __ https://mitmproxy.org/
        
        `Read the docs`__.
        
        __ https://mitmproxy-httpolice.readthedocs.io/
        
        Many details from the `main repo`__'s ``HACKING.rst`` apply here as well.
        
        __ https://github.com/vfaronov/httpolice
        
Keywords: HTTP message request response standards RFC validator proxy
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >= 3.6
