Many commands in __mitmproxy__ and __mitmdump__ take a filter expression. Filter expressions consist of the following operators:
@!i[0]!@ @!i[1]!@
- Regexes are Python-style - Regexes can be specified as quoted strings - Header matching (~h, ~hq, ~hs) is against a string of the form "name: value". - Strings with no operators are matched against the request URL. - The default binary operator is &. Examples ======== URL containing "google.com": google\.com Requests whose body contains the string "test": ~q ~b test Anything but requests with a text/html content type: !(~q & ~t \"text/html\") e='id' value='d2f97d17d49b657b19ebc3e40bcb34276ca7f2e8'/> xenJames
aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/testsuite/04rm.sh
blob: abadd6110a04aa5902af1167908d674ab86a38f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18