aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/replacements.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-01-02 21:57:39 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-01-02 21:57:39 +1300
commit8e6fabd69a124cc5b5ae763b58587ee6ee6ab3da (patch)
tree03fc66d5d94e5c82ddedd535c430cf9d71fd853a /doc-src/replacements.html
parent09f664cdeafae1d9923fe5ce2c4ab3acc7757a61 (diff)
downloadmitmproxy-8e6fabd69a124cc5b5ae763b58587ee6ee6ab3da.tar.gz
mitmproxy-8e6fabd69a124cc5b5ae763b58587ee6ee6ab3da.tar.bz2
mitmproxy-8e6fabd69a124cc5b5ae763b58587ee6ee6ab3da.zip
Docs - features.
Diffstat (limited to 'doc-src/replacements.html')
-rw-r--r--doc-src/replacements.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/doc-src/replacements.html b/doc-src/replacements.html
index 986e773a..c10fe2c3 100644
--- a/doc-src/replacements.html
+++ b/doc-src/replacements.html
@@ -1,6 +1,3 @@
-- command-line: _--replace_, _--replace-from-file_
-- mitmproxy shortcut: _R_
-
Mitmproxy lets you specify an arbitrary number of patterns that define text
replacements within flows. Each pattern has 3 components: a filter that defines
which flows a replacement applies to, a regular expression that defines what
@@ -59,3 +56,19 @@ The _R_ shortcut key in mitmproxy lets you add and edit replacement hooks using
a built-in editor. The context-sensitive help (_h_) has complete usage
information.
+<table class="table">
+ <tbody>
+ <tr>
+ <th width="20%">command-line</th>
+ <td>
+ <ul>
+ <li>--replace</li>
+ <li>--replace-from-file</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <th>mitmproxy shortcut</th> <td><b>R</b></td>
+ </tr>
+ </tbody>
+</table>