aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-01-03 08:20:51 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-01-03 08:20:51 +1300
commitf578d68e555ff202a51b9f8672e540a964e31fed (patch)
tree38016fa7fc349c904d572bae11723c2deff46096
parent8e6fabd69a124cc5b5ae763b58587ee6ee6ab3da (diff)
downloadmitmproxy-f578d68e555ff202a51b9f8672e540a964e31fed.tar.gz
mitmproxy-f578d68e555ff202a51b9f8672e540a964e31fed.tar.bz2
mitmproxy-f578d68e555ff202a51b9f8672e540a964e31fed.zip
Docs: Set Headers
-rw-r--r--doc-src/setheaders.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc-src/setheaders.html b/doc-src/setheaders.html
index d000e95b..b74525df 100644
--- a/doc-src/setheaders.html
+++ b/doc-src/setheaders.html
@@ -1,2 +1,18 @@
-Setheaders.
+This feature lets you specify a set of headers to be added to requests or
+responses, based on a filter pattern. You can specify these either on the
+command-line, or through an interactive editor in mitmproxy.
+
+<table class="table">
+ <tbody>
+ <tr>
+ <th width="20%">command-line</th>
+ <td>
+ --setheader PATTERN
+ </td>
+ </tr>
+ <tr>
+ <th>mitmproxy shortcut</th> <td><b>H</b></td>
+ </tr>
+ </tbody>
+</table>