Update concepts-filters.md

Provide a working example for the ~m filter
This commit is contained in:
2NuFyeat4PZt 2020-02-07 13:41:47 +00:00 committed by GitHub
parent 735b8e35c9
commit 6d71a8c0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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"