Class CorsPreflightResponse

java.lang.Object
com.soklet.CorsPreflightResponse

@ThreadSafe public final class CorsPreflightResponse extends Object
Response headers to send over the wire for CORS preflight requests.

Instances can be acquired via the withAccessControlAllowOrigin(String) builder factory method.

See https://www.soklet.com/docs/cors#writing-cors-responses for detailed documentation.

Author:
Mark Allen