defaultAllowMethods constant

List<String> const defaultAllowMethods

The default value for allowMethods.

Implementation

static const List<String> defaultAllowMethods = [
  'GET',
  'HEAD',
  'PUT',
  'POST',
  'PATCH',
  'DELETE',
  'OPTIONS',
];