8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc65be3 commit 5bda060Copy full SHA for 5bda060
routing/conditions.rst
@@ -4,9 +4,9 @@
4
How to Restrict Route Matching through Conditions
5
=================================================
6
7
-As you've seen, a route can be made to match only certain routing wildcards
8
-(via regular expressions), HTTP methods, or host names. But the routing system
9
-can be extended to have an almost infinite flexibility using ``conditions``:
+A route can be made to match only certain routing placeholders (via regular
+expressions), HTTP methods, or host names. If you need more flexibility to
+define arbitrary matching logic, use the ``conditions`` routing option:
10
11
.. configuration-block::
12
0 commit comments