Uses of Record Class
cloud.opencode.base.web.cors.CorsConfig
Packages that use CorsConfig
-
Uses of CorsConfig in cloud.opencode.base.web.cors
Methods in cloud.opencode.base.web.cors that return CorsConfigModifier and TypeMethodDescriptionstatic CorsConfigCorsConfig.allowAll()Creates a permissive CORS configuration that allows all origins, methods, and headers.CorsConfig.Builder.build()Builds the CorsConfig.static CorsConfigCorsConfig.restrictive(String... origins) Creates a restrictive CORS configuration that only allows specified origins.