mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
c6075e1d93
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"),
|
|
]
|