mitmproxy/doc-src/tutorials/index.py
Aldo Cortesi c6075e1d93 Add the 30-second client replay tutorial to the docs.
It's verbatim from the blog post at the moment - I might edit it a bit before
pushing it to mitmproxy.org.
2011-03-31 11:28:58 +13:00

6 lines
110 B
Python

from countershape import Page
pages = [
Page("30second.html", "Client playback: a 30 second example"),
]