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