diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-07 10:30:40 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-07 10:30:40 +0200 |
commit | 31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb (patch) | |
tree | 873629c79b60b0ac0a7dbb458fe6ad82c2e042ef /doc-src/features/setheaders.html | |
parent | b4013659a81a48908eb3e060f04143ba1f9689bb (diff) | |
download | mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.gz mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.bz2 mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.zip |
remove old docs
Diffstat (limited to 'doc-src/features/setheaders.html')
-rw-r--r-- | doc-src/features/setheaders.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc-src/features/setheaders.html b/doc-src/features/setheaders.html deleted file mode 100644 index 79850e35..00000000 --- a/doc-src/features/setheaders.html +++ /dev/null @@ -1,18 +0,0 @@ - -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>o</b> then <b>H</b></td> - </tr> - </tbody> -</table> |