aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/anticache.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-22 13:33:02 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-22 13:33:02 +1300
commit8f88fcedd601c0033b4469b66626a83011879baf (patch)
tree878b2c737f2483f52e7c222541483773af1c152a /doc-src/features/anticache.html
parent7ddc941116852b191d80643af70af90a6fd8849c (diff)
downloadmitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.tar.gz
mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.tar.bz2
mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.zip
Move the doc tree out into its own repo.
Diffstat (limited to 'doc-src/features/anticache.html')
-rw-r--r--doc-src/features/anticache.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc-src/features/anticache.html b/doc-src/features/anticache.html
deleted file mode 100644
index f42903e8..00000000
--- a/doc-src/features/anticache.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-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
-[client replay](@!urlTo("clientreplay.html")!@), when you want to make sure the
-server responds with complete data.
-
-<table class="table">
- <tbody>
- <tr>
- <th width="20%">command-line</th> <td>--anticache</td>
- </tr>
- <tr>
- <th>mitmproxy shortcut</th> <td><b>o</b> then <b>a</b></td>
- </tr>
- </tbody>
-</table>