public class CorsRules extends Object
| Constructor and Description |
|---|
CorsRules() |
| Modifier and Type | Method and Description |
|---|---|
List<CorsRule> |
corsRules()
Get the List of CORS rules.
|
CorsRules |
withCorsRules(List<CorsRule> corsRules)
Set the List of CORS rules.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/