Package io.netty.handler.codec.http.cors
package io.netty.handler.codec.http.cors
This package contains Cross Origin Resource Sharing (CORS) related classes.
-
ClassesClassDescriptionConfiguration for Cross-Origin Resource Sharing (CORS).Deprecated.Deprecated.Removed without alternatives.Builder used to configure and build a
CorsConfig
instance.This class is used for preflight HTTP response values that do not need to be generated, but instead the value is "static" in that the same value will be returned for each call.This callable is used for the DATE preflight HTTP response HTTP header.Handles Cross Origin Resource Sharing (CORS) requests.
CorsConfigBuilder
instead.