Skip to content

Commit

Permalink
Update concepts-filters.md
Browse files Browse the repository at this point in the history
Provide a working example for the ~m filter
  • Loading branch information
2NuFyeat4PZt committed Feb 7, 2020
1 parent 735b8e3 commit 6d71a8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/content/concepts-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6d71a8c

Please sign in to comment.