Uses of Class
com.soklet.core.Cors
Packages that use Cors
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of Cors in com.soklet.core
Methods in com.soklet.core that return types with arguments of type CorsModifier and TypeMethodDescriptionCors.fromHeaders
(HttpMethod httpMethod, Map<String, Set<String>> headers) Extracts a CORS non-preflight request representation from the given HTTP request data.Request.getCors()
Non-preflight CORS request data.Methods in com.soklet.core with parameters of type CorsModifier and TypeMethodDescriptionAuthorizes a non-preflight CORS request.ResponseMarshaler.forCorsAllowed
(Request request, Cors cors, CorsResponse corsResponse, MarshaledResponse marshaledResponse) Applies "CORS is permitted for this request" data to a response. -
Uses of Cors in com.soklet.core.impl
Methods in com.soklet.core.impl with parameters of type CorsModifier and TypeMethodDescriptionDefaultResponseMarshaler.forCorsAllowed
(Request request, Cors cors, CorsResponse corsResponse, MarshaledResponse marshaledResponse)