aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/index.py
blob: 693b4439b813c02dbd0f3a50dd7076ab8089606e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
from countershape import Page

pages = [
    Page("anticache.html", "Anticache"),
    Page("clientreplay.html", "Client-side replay"),
    Page("filters.html", "Filter expressions"),
    Page("passthrough.html", "Ignore Domains"),
    Page("proxyauth.html", "Proxy Authentication"),
    Page("replacements.html", "Replacements"),
    Page("responsestreaming.html", "Response Streaming"),
    Page("reverseproxy.html", "Reverse proxy mode"),
    Page("socksproxy.html", "SOCKS Mode"),
    Page("setheaders.html", "Set Headers"),
    Page("serverreplay.html", "Server-side replay"),
    Page("sticky.html", "Sticky cookies and auth"),
    Page("tcpproxy.html", "TCP Proxy"),
    Page("upstreamcerts.html", "Upstream Certs"),
    Page("upstreamproxy.html", "Upstream proxy mode"),
]