Returns the HTTP method in all caps.
String name() { return toString().split('.').last.toUpperCase(); }