mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 03:49:21 +08:00
It's verbatim from the blog post at the moment - I might edit it a bit before pushing it to mitmproxy.org.
6 lines
110 B
Python
6 lines
110 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("30second.html", "Client playback: a 30 second example"),
|
|
]
|