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(@Nullable Boolean accessControlAllowCredentials) CorsResponse.Copier.accessControlAllowOrigin(@NonNull String accessControlAllowOrigin) CorsResponse.Copier.accessControlExposeHeaders(@Nullable Set<@NonNull String> accessControlExposeHeaders) CorsResponse.Copier.accessControlExposeHeaders(@NonNull Consumer<Set<@NonNull String>> accessControlExposeHeadersConsumer) CorsResponse.copy()Vends a mutable copier seeded with this instance's data, suitable for building new instances.