Module: vertx-web-js/cors_handler

vertx-web-js/cors_handler

Classes

CorsHandler

Methods

<static> CorsHandler.create(allowedOriginPattern) → {CorsHandler}

Create a CORS handler
Parameters:
Name Type Description
allowedOriginPattern string the allowed origin pattern
Source:
Returns:
the handler
Type
CorsHandler