Checks if request method matches.
bool isMethod(String method) => this.method.toUpperCase() == method.toUpperCase();