2014-01-27 01:16:23 +00:00
|
|
|
from countershape import Page
|
|
|
|
|
|
|
|
pages = [
|
|
|
|
Page("anticache.html", "Anticache"),
|
|
|
|
Page("clientreplay.html", "Client-side replay"),
|
|
|
|
Page("filters.html", "Filter expressions"),
|
2014-09-08 11:41:25 +00:00
|
|
|
Page("passthrough.html", "Ignore Domains"),
|
2014-01-27 01:16:23 +00:00
|
|
|
Page("proxyauth.html", "Proxy Authentication"),
|
|
|
|
Page("replacements.html", "Replacements"),
|
2014-09-08 11:41:25 +00:00
|
|
|
Page("responsestreaming.html", "Response Streaming"),
|
2014-01-27 01:16:23 +00:00
|
|
|
Page("reverseproxy.html", "Reverse proxy mode"),
|
2014-10-23 02:05:01 +00:00
|
|
|
Page("socksproxy.html", "SOCKS Mode"),
|
2014-09-08 11:41:25 +00:00
|
|
|
Page("setheaders.html", "Set Headers"),
|
|
|
|
Page("serverreplay.html", "Server-side replay"),
|
|
|
|
Page("sticky.html", "Sticky cookies and auth"),
|
2014-10-18 16:29:35 +00:00
|
|
|
Page("tcpproxy.html", "TCP Proxy"),
|
2014-01-27 01:16:23 +00:00
|
|
|
Page("upstreamcerts.html", "Upstream Certs"),
|
2014-09-08 11:41:25 +00:00
|
|
|
Page("upstreamproxy.html", "Upstream proxy mode"),
|
2015-05-30 00:03:28 +00:00
|
|
|
]
|