diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2017-03-09 08:33:25 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2017-03-09 08:33:25 +1300 |
| commit | 7ea171de4ee7049edf1093b0869aa66f5ba1aece (patch) | |
| tree | 004de81233e2bcb0b00ae2b1d0ab41dc3d287ad3 /docs | |
| parent | b345f5d432f3b8c100b2e709f96bfd1701c87196 (diff) | |
| parent | 44c3c3ed860e4805405106ddb1b083d68ff320ed (diff) | |
| download | mitmproxy-7ea171de4ee7049edf1093b0869aa66f5ba1aece.tar.gz mitmproxy-7ea171de4ee7049edf1093b0869aa66f5ba1aece.tar.bz2 mitmproxy-7ea171de4ee7049edf1093b0869aa66f5ba1aece.zip | |
Merge remote-tracking branch 'upstream/master' into options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 14 | ||||
| -rw-r--r-- | docs/pathod/language.rst | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index cf93cc58..b37d9c91 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -110,6 +110,20 @@ libraries. This was tested on a fully patched installation of Fedora 24. Make sure to have an up-to-date version of pip by running ``pip3 install -U pip``. +.. _install-source-opensuse: + +Installation from Source on openSUSE +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This was tested on a fully patched installation of openSUSE Tumbleweed. +Please note that openSUSE Leap 42.2 only comes with Python 3.4.x, whereas mitmproxy requires Python 3.5 or above. +You can check you Python version by running ``python3 --version``. + +.. code:: bash + + sudo zypper install python3-pip python3-devel libffi-devel openssl-devel gcc-c++ + sudo pip3 install mitmproxy + .. _install-source-windows: diff --git a/docs/pathod/language.rst b/docs/pathod/language.rst index 672e21b6..fe4ef6ca 100644 --- a/docs/pathod/language.rst +++ b/docs/pathod/language.rst @@ -23,7 +23,7 @@ HTTP Request mode if the server responds correctly. Apart from that, websocket requests are just like any other, and all aspects of the request can be over-ridden. - * - h\:\ :ref:`VALUE`\ =\ :ref:`VALUE`\ + * - h\ :ref:`VALUE`\ =\ :ref:`VALUE`\ - Set a header. * - r - Set the **raw** flag on this response. Pathod will not calculate a @@ -73,7 +73,7 @@ HTTP Response * - m\ :ref:`VALUE` - HTTP Reason message. Automatically chosen according to the response code if not specified. (HTTP/1 only) - * - h\:\ :ref:`VALUE`\ =\ :ref:`VALUE`\ + * - h\ :ref:`VALUE`\ =\ :ref:`VALUE`\ - Set a header. * - r - Set the **raw** flag on this response. Pathod will not calculate a |
