Uses of Class
com.soklet.CorsResponse.Copier
Packages that use CorsResponse.Copier
-
Uses of CorsResponse.Copier in com.soklet
Methods in com.soklet 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.