| Package | Description |
|---|---|
| com.linecorp.armeria.server.cors |
Cross-Origin Resource Sharing
(CORS) support.
|
| Modifier and Type | Method and Description |
|---|---|
CorsService |
CorsServiceBuilder.build(HttpService delegate)
Returns a newly-created
CorsService based on the properties of this builder. |
| Modifier and Type | Method and Description |
|---|---|
Function<? super HttpService,CorsService> |
CorsServiceBuilder.newDecorator()
Returns a newly-created decorator that decorates an
HttpService with a new CorsService
based on the properties of this builder. |
Copyright © 2020 LeanCloud. All rights reserved.