methods constant

Set<String> const methods

Implementation

static const methods = {
  'DELETE',
  'GET',
  'OPTIONS',
  'PATCH',
  'POST',
  'PUT',
};