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 7b81ce6 commit ae0f2c9Copy full SHA for ae0f2c9
book/routing.rst
@@ -808,6 +808,13 @@ Path Parameters
808
``/es`` *won't match this route*
809
======= ========================
810
811
+.. tip::
812
+
813
+ The route requirements can also include container parameters, as explained
814
+ in :doc:`this article </cookbook/routing/service_container_parameters>`.
815
+ This comes in handy when the regular expression is very complex and used
816
+ repeatedly in your application.
817
818
.. index::
819
single: Routing; Method requirement
820
0 commit comments