Record Class HttpService.HttpServiceConfig

java.lang.Object
java.lang.Record
ch.rswk.meta.engine.HttpService.HttpServiceConfig
Enclosing class:
HttpService

public static record HttpService.HttpServiceConfig(@Nullable HttpService.HttpServiceAccessConfig access, String cacheControl, @Nullable Set<String> forceHttps, @Nullable HttpService.HttpServiceHeaderConfig header, int httpPort, int httpsPort, @Nullable String logPath, int maxConnections, int maxThreads, @Nullable Map<String,String> mimeTypes, @Nullable Map<String,String> redirect, @Nullable Set<String> resources, @Nullable HttpService.HttpServiceSslConfig ssl) extends Record