Lint for HTTP messages.
Project description
httplint
This Python library lints HTTP messages; it checks them for correctness and reports any issues it finds.
It has been extracted from REDbot, which will eventually depend upon it. Unlike REDbot, it does not perform any 'active' checks by making requests to the network, and it does not have a user interface.
Using httplint
To use this library in your code, you need to do three things: put the HTTP message(s) in a format it can understand, check those messages, and then interpret the resulting notes it gives you about them.
Representing HTTP messages
Checking messages
Notes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
httplint-0.0.1.tar.gz
(59.0 kB
view hashes)
Built Distribution
httplint-0.0.1-py3-none-any.whl
(88.6 kB
view hashes)