diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:23:32 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:23:32 +1200 |
commit | 98a7aaca182ce6b879329bbaeb06efca284c6220 (patch) | |
tree | a9afa1dae76d3206990cc49a30c2433ea6077609 /doc-src/anticache.html | |
parent | ce48cb4debab8caa518ea54e36dee722aaabb8a5 (diff) | |
download | mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.tar.gz mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.tar.bz2 mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.zip |
Documentation.
Diffstat (limited to 'doc-src/anticache.html')
-rw-r--r-- | doc-src/anticache.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc-src/anticache.html b/doc-src/anticache.html index a4d76e47..79f0683d 100644 --- a/doc-src/anticache.html +++ b/doc-src/anticache.html @@ -1,4 +1,7 @@ +- command-line: _--anticache_ +- mitmproxy shortcut: _o_, then _a_ + 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 |