Django-HTTPolice

Django integration for HTTPolice


Keywords
HTTP, message, request, response, standards, RFC, validator, Django
License
MIT
Install
pip install Django-HTTPolice==0.5.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 Django 1.11+ integration for HTTPolice.

Read the docs.

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