List of valid HTTP methods.
static const List<String> validMethods = [ 'GET', 'POST', 'PUT', 'PATCH', 'DELETE', ];