Thanks to visit codestin.com Credit goes to github.com
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 89d56ea commit 8b923e6Copy full SHA for 8b923e6
controller.rst
@@ -35,8 +35,8 @@ This renders a page that prints a lucky (random) number::
35
}
36
37
But in the real world, your controller will probably do a lot of work in order to
38
-create the response. It might read information from the request, load a database
39
-resource, send an email or set information on the user's session.
+create the response. It might read information from the request, load data from a
+database (or API), send an email or set information on the user's session.
40
But in all cases, the controller will eventually return the ``Response`` object
41
that will be delivered back to the client.
42
0 commit comments