diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-06 19:08:46 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-06 19:10:19 -0700 |
commit | 83f852298132ef6c3757cdc10a34f237a2df33ab (patch) | |
tree | 891a880b85d8ca06ffb07405464fd0c5745d78b7 /docs/features/anticache.rst | |
parent | 9a1cc166434a505a18e48501d96cb0081601f99e (diff) | |
download | mitmproxy-83f852298132ef6c3757cdc10a34f237a2df33ab.tar.gz mitmproxy-83f852298132ef6c3757cdc10a34f237a2df33ab.tar.bz2 mitmproxy-83f852298132ef6c3757cdc10a34f237a2df33ab.zip |
docs: remove option directive
inserting " .. option::" tags create ugly markup, so we just ditch this
entirely and continue using refs.
Diffstat (limited to 'docs/features/anticache.rst')
-rw-r--r-- | docs/features/anticache.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/anticache.rst b/docs/features/anticache.rst index 65d22bab..411b284b 100644 --- a/docs/features/anticache.rst +++ b/docs/features/anticache.rst @@ -2,7 +2,7 @@ Anticache ========= -When the :option:`--anticache` option is passed to mitmproxy, it removes headers +When the ``--anticache`` option is passed to mitmproxy, it removes headers (``if-none-match`` and ``if-modified-since``) that might elicit a ``304 not modified`` response from the server. This is useful when you want to make sure you capture an HTTP exchange in its totality. It's also often used during @@ -10,6 +10,6 @@ sure you capture an HTTP exchange in its totality. It's also often used during ================== ====================== -command-line :option:`--anticache` +command-line ``--anticache`` mitmproxy shortcut :kbd:`o` then :kbd:`a` ================== ====================== |