Record Class HttpService.HttpServiceHeaderConfig

java.lang.Object
java.lang.Record
ch.rswk.meta.engine.HttpService.HttpServiceHeaderConfig
Record Components:
csp - HttpService.CSP_HEADER_DEFAULT_FRAME_ANCESTORS is appended, if not already part of this
Enclosing class:
HttpService

public static record HttpService.HttpServiceHeaderConfig(@Nullable HttpService.HttpServiceHeaderCorsConfig cors, @Nullable String csp, @Nullable List<HttpService.HttpServiceHeaderPatternConfig> patterns) extends Record