mitmproxy/doc-src/dev/index.py

9 lines
241 B
Python
Raw Normal View History

from countershape import Page
pages = [
2015-05-30 00:03:28 +00:00
Page("testing.html", "Testing"),
Page("architecture.html", "Architecture"),
Page("sslkeylogfile.html", "TLS Master Secrets"),
# Page("addingviews.html", "Writing Content Views"),
]