Use case: I have a button on an Index page that should run an action that sends a GET request to get data from an outside source and add it to the DB, and then reload the page including the new data.
On one hand I am GETting data, on the other I am POSTing the data into the DB.