Module io.helidon.webserver.cors
Package io.helidon.webserver.cors
Annotation Interface Cors.AllowMethods
- Enclosing class:
Cors
Allowed methods.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueA list of supported HTTP request methods. In response to pre-flight requests. Corresponds toAccess-Control-Allow-Methods.- Returns:
- allowed methods
-