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

pages = [
    Page("anticache.html", "Anticache"),
    Page("clientreplay.html", "Client-side replay"),
    Page("filters.html", "Filter expressions"),
    Page("forwardproxy.html", "Forward proxy mode"),
    Page("setheaders.html", "Set Headers"),
    Page("serverreplay.html", "Server-side replay"),
    Page("sticky.html", "Sticky cookies and auth"),
    Page("proxyauth.html", "Proxy Authentication"),
    Page("replacements.html", "Replacements"),
    Page("reverseproxy.html", "Reverse proxy mode"),
    Page("upstreamcerts.html", "Upstream Certs"),
]