Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cors ¶
func Cors(configuration CorsConfiguration) Middleware
Types ¶
type CorsConfiguration ¶
type CorsConfiguration struct {
AccessControlAllowOrigin string
AccessControlAllowMethods string
AccessControlAllowHeaders string
}
func AllowAllConfiguration ¶
func AllowAllConfiguration() CorsConfiguration
Click to show internal directories.
Click to hide internal directories.