Documentation.
This commit is contained in:
parent
9af516b14b
commit
2af6dcf6f7
|
@ -4,7 +4,7 @@
|
|||
* Concepts
|
||||
* [Client-side replay](@!urlTo("clientreplay.html")!@)
|
||||
* [Server-side replay](@!urlTo("serverreplay.html")!@)
|
||||
* [Sticky cookies](@!urlTo("scripts.html")!@)
|
||||
* [Sticky cookies](@!urlTo("stickycookies.html")!@)
|
||||
* [Scripting API](@!urlTo("scripts.html")!@)
|
||||
* [Anticache](@!urlTo("scripts.html")!@)
|
||||
* [Filter expressions](@!urlTo("scripts.html")!@)
|
||||
|
|
|
@ -32,6 +32,7 @@ pages = [
|
|||
Page("intro.html", "Introduction"),
|
||||
Page("clientreplay.html", "Client-side replay"),
|
||||
Page("serverreplay.html", "Server-side replay"),
|
||||
Page("stickycookies.html", "Sticky cookies"),
|
||||
Page("scripts.html", "External scripts"),
|
||||
Page("library.html", "libmproxy: mitmproxy as a library"),
|
||||
Page("ssl.html", "SSL"),
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
Loading…
Reference in New Issue