You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the HTTP method is not POST, that is it is GET,
93
+
The :ref:`IncomingRequest::is() <incomingrequest-is>` method checks the type of the request.
94
+
Since the route for **create()** endpoint handles both: **GET** and **POST** requests we can safely assume that if the request is not POST then it is a GET type.
94
95
the form is loaded and returned to display.
95
96
96
97
Then, we get the necessary items from the POST data by the user and set them in the ``$post`` variable.
0 commit comments