FlowMaster ========== .. note:: We strongly encourage you to use :ref:`inlinescripts` rather than subclassing mitmproxy's FlowMaster. - Inline Scripts are equally powerful and provide an easier syntax. - Most examples are written as inline scripts. - Multiple inline scripts can be used together. - Inline Scripts can either be executed headless with mitmdump or within the mitmproxy UI. All of mitmproxy's basic functionality is exposed through the **mitmproxy** library. The example below shows a simple implementation of the "sticky cookie" functionality included in the interactive mitmproxy program. Traffic is monitored for ``Cookie`` and ``Set-Cookie`` headers, and requests are rewritten to include a previously seen cookie if they don't already have one. In effect, this lets you log in to a site using your browser, and then make subsequent requests using a tool like curl, which will then seem to be part of the authenticated session. .. literalinclude:: ../../examples/stickycookies :caption: examples/stickycookies :language: python 0968338e61eb9f5de6c7'/> upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.4/0061-net-mediatek-check-device_reset-return-code.patch
blob: ebc6d9b361ce66e0bd7b7644cb4f6d05aaf56c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33