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