mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Update concepts-filters.md
Provide a working example for the ~m filter
This commit is contained in:
parent
735b8e35c9
commit
6d71a8c0d9
@ -49,3 +49,8 @@ Requests whose body contains the string "test":
|
||||
Anything but requests with a text/html content type:
|
||||
|
||||
!(~q & ~t "text/html")
|
||||
|
||||
Replace entire GET string in a request (quotes required to make it work):
|
||||
|
||||
":~q ~m GET:.*:/replacement.html"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user