Returns the HTTP request method as a
lowercase symbol (:get, for example). Note, HEAD is returned as :get since
the two are supposedly to be functionaly equivilent for all purposes except
that HEAD won’t return a response body (which Rails also takes care of elsewhere).