Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Web ¶
type WebCors ¶
type WebCors struct {
Enabled bool `json:"enabled,omitempty"`
AllowOrigins string `json:"allow_origins,omitempty"`
AllowCredentials bool `json:"allow_credentials,omitempty"`
AllowMethods string `json:"allow_methods,omitempty"`
AllowHeaders string `json:"allow_headers,omitempty"`
MaxAge int `json:"max_age,omitempty"`
ExposeHeaders string `json:"expose_headers,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.