mitmproxy/doc-src/dev/index.py
2015-02-28 03:35:28 +01:00

9 lines
240 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"),
]