Uses of Class
com.soklet.core.CorsResponse.Copier
Packages that use CorsResponse.Copier
-
Uses of CorsResponse.Copier in com.soklet.core
Methods in com.soklet.core that return CorsResponse.CopierModifier and TypeMethodDescriptionCorsResponse.Copier.accessControlAllowCredentials
(Boolean accessControlAllowCredentials) CorsResponse.Copier.accessControlAllowOrigin
(String accessControlAllowOrigin) CorsResponse.Copier.accessControlExposeHeaders
(Consumer<Set<String>> accessControlExposeHeadersConsumer) CorsResponse.Copier.accessControlExposeHeaders
(Set<String> accessControlExposeHeaders) CorsResponse.copy()
Vends a mutable copier seeded with this instance's data, suitable for building new instances.