mitmproxy/doc-src/dev/index.py
2015-05-30 12:03:28 +12:00

9 lines
241 B
Python

from countershape import Page
pages = [
Page("testing.html", "Testing"),
Page("architecture.html", "Architecture"),
Page("sslkeylogfile.html", "TLS Master Secrets"),
# Page("addingviews.html", "Writing Content Views"),
]