Class CorsService

All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,HttpResponse>

public final class CorsService extends SimpleDecoratingHttpService
Decorates an HttpService to add the Cross-Origin Resource Sharing (CORS) support.
See Also: