defaultAllowHeaders constant
The default value for allowHeaders.
Implementation
static const List<String> defaultAllowHeaders = [
'Content-Type',
'Access-Control-Allow-Headers',
'Authorization',
];
The default value for allowHeaders.
static const List<String> defaultAllowHeaders = [
'Content-Type',
'Access-Control-Allow-Headers',
'Authorization',
];