aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/howmitmproxy.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-24 14:09:51 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-24 14:09:51 +1200
commit2135bcec61cf346555f8fd1e24bbb9267d002502 (patch)
treec82c9de7cf76e2537e1f30c0fdaf751d0c2b00dd /doc-src/howmitmproxy.html
parent0a812656617be313c6648918f9b4c52a2ddb59c4 (diff)
downloadmitmproxy-2135bcec61cf346555f8fd1e24bbb9267d002502.tar.gz
mitmproxy-2135bcec61cf346555f8fd1e24bbb9267d002502.tar.bz2
mitmproxy-2135bcec61cf346555f8fd1e24bbb9267d002502.zip
docs: styles now live in www.mitproxy.org repo, make images responsive
Diffstat (limited to 'doc-src/howmitmproxy.html')
-rw-r--r--doc-src/howmitmproxy.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc-src/howmitmproxy.html b/doc-src/howmitmproxy.html
index 832a61a8..f114e145 100644
--- a/doc-src/howmitmproxy.html
+++ b/doc-src/howmitmproxy.html
@@ -26,7 +26,7 @@ This is a proxy GET request - an extended form of the vanilla HTTP GET request
that includes a schema and host specification, and it includes all the
information mitmproxy needs to proceed.
-<img src="explicit.png"/>
+<img class="img-responsive" src="explicit.png"/>
<table class="table">
<tbody>
@@ -158,7 +158,7 @@ handshake. Luckily, this is almost never an issue in practice.
Lets put all of this together into the complete explicitly proxied HTTPS flow.
-<img src="explicit_https.png"/>
+<img class="img-responsive" src="explicit_https.png"/>
<table class="table">
<tbody>
@@ -250,7 +250,7 @@ mitmproxy, this takes the form of a built-in set of
that know how to talk to each platform's redirection mechanism. Once we have
this information, the process is fairly straight-forward.
-<img src="transparent.png"/>
+<img class="img-responsive" src="transparent.png"/>
<table class="table">
@@ -296,7 +296,7 @@ transparently proxying HTTP, and explicitly proxying HTTPS. We use the routing
mechanism to establish the upstream server address, and then proceed as for
explicit HTTPS connections to establish the CN and SANs, and cope with SNI.
-<img src="transparent_https.png"/>
+<img class="img-responsive" src="transparent_https.png"/>
<table class="table">