We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e48cee commit 6b01d5eCopy full SHA for 6b01d5e
routing/requirements.rst
@@ -281,3 +281,9 @@ Adding a Host Requirement
281
You can also match on the HTTP *host* of the incoming request. For more
282
information, see :doc:`/routing/hostname_pattern` in the Routing
283
component documentation.
284
+
285
+Adding Dynamic Requirements with Expressions
286
+--------------------------------------------
287
288
+For really complex requirements, you can use dynamic expressions to match *any*
289
+information on the request. See :doc:`/routing/conditions`.
0 commit comments