Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AllowedOrigins []string `json:"domains"` AllowedMethods []string `json:"methods"` AllowedHeaders []string `json:"request_headers"` ExposedHeaders []string `json:"exposed_headers"` OptionsPassthrough bool `json:"options_passthrough"` }
Config represents the CORS configuration
Click to show internal directories.
Click to hide internal directories.