mitmproxy-HTTPolice

mitmproxy integration for HTTPolice


Keywords
HTTP, message, request, response, standards, RFC, validator, proxy
License
MIT
Install
pip install mitmproxy-HTTPolice==0.9.0

Documentation

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.

This package provides mitmproxy integration for HTTPolice.

Read the docs.

Many details from the main repo's HACKING.rst apply here as well.