| Package | Description |
|---|---|
| com.linecorp.armeria.server.cors |
Cross-Origin Resource Sharing
(CORS) support.
|
| Modifier and Type | Field and Description |
|---|---|
static CorsConfig |
CorsConfig.DISABLED
CorsConfig with CORS disabled. |
| Modifier and Type | Method and Description |
|---|---|
CorsConfig |
CorsService.config()
Returns the
CorsConfig. |
| Constructor and Description |
|---|
CorsService(HttpService delegate,
CorsConfig config)
Creates a new
CorsService that decorates the specified delegate to add CORS support. |
Copyright © 2020 LeanCloud. All rights reserved.