Skip to content

Commit

Permalink
HTTPolice is now a "validator", not a "lint"
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Jul 14, 2017
1 parent cf0d508 commit a146d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
`HTTPolice`__ is a **lint for HTTP requests and responses**.
It checks them for conformance to standards and best practices.
`HTTPolice`__ is a **validator for HTTP requests and responses**. It can spot
bad header syntax, inappropriate status codes, and other interoperability
problems in your HTTP server or client.

__ https://github.com/vfaronov/httpolice

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Quality Assurance',
],
keywords='HTTP message request response standards RFC lint check proxy',
keywords='HTTP message request response standards RFC validator proxy',
)

0 comments on commit a146d7f

Please sign in to comment.