We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a20f00 commit c1a3a44Copy full SHA for c1a3a44
1 file changed
releasenotes/notes/query-matcher-751db32b2ac1fc74.yaml
@@ -0,0 +1,7 @@
1
+---
2
+features:
3
+ - |
4
+ Besides bytes and string, dict and MultiDict objects can be specified as query_string.
5
+ When these objects are used, the query string gets parsed into a dict (or MultiDict),
6
+ and comparison is made accordingly. This enables the developer to ignore the order of
7
+ the keys in the query_string when expecting a request.
0 commit comments