Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Link to HTTPolice-devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Sep 11, 2016
1 parent 2192655 commit 27b0223
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Removed
``httpolice.ERROR``, ``httpolice.COMMENT``, ``httpolice.DEBUG``
have been removed. Use ``httpolice.Severity`` instead.

Other
-----
- There is now a third-party `Chrome extension`_ for HTTPolice.

.. _Chrome extension: https://chrome.google.com/webstore/detail/httpolice-devtool/hnlnhebgfcfemjaphgbeokdnfpgbnhgn


0.3.0 - 2016-08-14
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ As a command-line tool, it can read `HAR files`__ or raw HTTP/1.x TCP streams.
It can integrate with `mitmproxy`__ for TLS-encrypted and HTTP/2 traffic.
Or you can use it as a Python library (for Python 2.7 and 3.4+),
with optional `Django`__ integration.
There is also a third-party `Chrome extension`__.

__ https://en.wikipedia.org/wiki/.har
__ https://mitmproxy.org/
__ https://www.djangoproject.com/
__ https://chrome.google.com/webstore/detail/httpolice-devtool/hnlnhebgfcfemjaphgbeokdnfpgbnhgn

Start with the `quickstart`__.

Expand Down
2 changes: 2 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Integration packages:

- `mitmproxy integration`__
- `Django integration`__
- `Chrome extension`__ (third-party)

__ http://mitmproxy-httpolice.readthedocs.io/
__ http://django-httpolice.readthedocs.io/
__ https://chrome.google.com/webstore/detail/httpolice-devtool/hnlnhebgfcfemjaphgbeokdnfpgbnhgn

0 comments on commit 27b0223

Please sign in to comment.