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 90924db commit dfe9d11Copy full SHA for dfe9d11
templating/formats.rst
@@ -81,3 +81,12 @@ format:
81
.. seealso::
82
83
For more information, see this :ref:`Advanced Routing Example <advanced-routing-example>`.
84
+
85
+.. tip::
86
87
+ When building APIs, using file name extensions often isn't the best
88
+ solution. The FOSRestBundle provides a request listener that uses content
89
+ negotiation. For more information, check out the bundle's `Request Format Listener`_
90
+ documentation.
91
92
+.. _Request Format Listener: http://symfony.com/doc/current/bundles/FOSRestBundle/3-listener-support.html#format-listener
0 commit comments