defaultAllowMethods constant
The default value for allowMethods.
Implementation
static const List<String> defaultAllowMethods = [
'GET',
'HEAD',
'PUT',
'POST',
'PATCH',
'DELETE',
'OPTIONS',
];
The default value for allowMethods.
static const List<String> defaultAllowMethods = [
'GET',
'HEAD',
'PUT',
'POST',
'PATCH',
'DELETE',
'OPTIONS',
];