aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/mitmproxy.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-01-14 17:58:42 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-01-14 17:58:42 +0100
commit779e303dfea49664c8c5bc0e871c684ab58be9df (patch)
tree650cc748b6503ad320c27c4f5a28620611527bce /doc-src/mitmproxy.html
parent92966e7c48c754189b0578fc5202dd1d57d1dd7a (diff)
downloadmitmproxy-779e303dfea49664c8c5bc0e871c684ab58be9df.tar.gz
mitmproxy-779e303dfea49664c8c5bc0e871c684ab58be9df.tar.bz2
mitmproxy-779e303dfea49664c8c5bc0e871c684ab58be9df.zip
fix syntax highlighting for countershape urls by using different quotes
Diffstat (limited to 'doc-src/mitmproxy.html')
-rw-r--r--doc-src/mitmproxy.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc-src/mitmproxy.html b/doc-src/mitmproxy.html
index 678d41b5..d41c1b21 100644
--- a/doc-src/mitmproxy.html
+++ b/doc-src/mitmproxy.html
@@ -9,7 +9,7 @@ documentation from any __mitmproxy__ screen.
The flow list shows an index of captured flows in chronological order.
-<img src="@!urlTo("screenshots/mitmproxy.png")!@"/>
+<img src="@!urlTo('screenshots/mitmproxy.png')!@"/>
- __1__: A GET request, returning a 302 Redirect response.
- __2__: A GET request, returning 16.75kb of text/html data.
@@ -32,7 +32,7 @@ interfaces.
The __Flow View__ lets you inspect and manipulate a single flow:
-<img src="@!urlTo("screenshots/mitmproxy-flowview.png")!@"/>
+<img src="@!urlTo('screenshots/mitmproxy-flowview.png')!@"/>
- __1__: Flow summary.
- __2__: The Request/Response tabs, showing you which part of the flow you are
@@ -65,13 +65,13 @@ At the moment, the Grid Editor is used in four parts of mitmproxy:
If there is is no data, an empty editor will be started to let you add some.
Here is the editor showing the headers from a request:
-<img src="@!urlTo("screenshots/mitmproxy-kveditor.png")!@"/>
+<img src="@!urlTo('screenshots/mitmproxy-kveditor.png')!@"/>
To edit, navigate to the key or value you want to modify using the arrow or vi
navigation keys, and press enter. The background color will change to show that
you are in edit mode for the specified field:
-<img src="@!urlTo("screenshots/mitmproxy-kveditor-editmode.png")!@"/>
+<img src="@!urlTo('screenshots/mitmproxy-kveditor-editmode.png')!@"/>
Modify the field as desired, then press escape to exit edit mode when you're
done. You can also add a row (_a_ key), delete a row (_d_ key), spawn an