Returns the HTTP method of the request as a string.
The method will be one of: "GET", "POST", "PUT", "DELETE", or other HTTP verbs. Default method is "GET" unless changed by calling post, form, put, or delete.
Return
The HTTP method as a string (e.g., "GET", "POST", "PUT", "DELETE").