accessControlAllowMethods property

String accessControlAllowMethods
final

The CORS {@code Access-Control-Allow-Methods} response header field name. @see CORS W3C recommendation

Implementation

static final String accessControlAllowMethods =
    'Access-Control-Allow-Methods';