More documentation stubbing.
This commit is contained in:
parent
ffd7043ee7
commit
be133e7a0b
|
@ -4,11 +4,10 @@
|
|||
<li><a href="@!urlTo("mitmproxy.html")!@">mitmproxy</a></li>
|
||||
<ul>
|
||||
<li><a href="@!urlTo("mitmproxy/interception.html")!@">Interception</a></li>
|
||||
<li><a href="@!urlTo("mitmproxy/encodings.html")!@">Encodings</a></li>
|
||||
<li><a href="@!urlTo("mitmproxy/eventlog.html")!@">Event log</a></li>
|
||||
<li><a href="@!urlTo("mitmproxy/encodings.html")!@">Dealing with encodings</a></li>
|
||||
</ul>
|
||||
<li><a href="@!urlTo("mitmdump.html")!@">mitmdump</a></li>
|
||||
<li>Features</li>
|
||||
<li>Concepts</li>
|
||||
<ul>
|
||||
<li><a href="@!urlTo("clientreplay.html")!@">Client-side replay</a></li>
|
||||
<li><a href="@!urlTo("serverreplay.html")!@">Server-side replay</a></li>
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
__mitmproxy__ is a console tool that allows interactive examination and
|
||||
modification of HTTP traffic.
|
||||
|
||||
## Connection list
|
||||
|
||||
<img src="@!urlTo("screenshots/mitmproxy.png")!@"/>
|
||||
|
||||
|
||||
- Looking at the connection list, we can see that we visited __gmail.com__,
|
||||
which then returned a 301 redirect.
|
||||
- The statusbar tells us that there are 11 flows in the list, and that we're
|
||||
currently using the "pretty" view mode.
|
||||
- Also visible is the __Event log__, which can be toggled on and off with the
|
||||
__v__ keyboard shortcut. This displays events like client connection
|
||||
information, errors, and script output.
|
|
@ -2,6 +2,5 @@ from countershape import Page
|
|||
|
||||
pages = [
|
||||
Page("interception.html", "Interception"),
|
||||
Page("encodings.html", "Encodings"),
|
||||
Page("eventlog.html", "Event log"),
|
||||
Page("encodings.html", "Dealing with encodings"),
|
||||
]
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
Loading…
Reference in New Issue