Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Middleware ¶
func Middleware(fn func(w http.Header), origins ...string) func(http.HandlerFunc) http.HandlerFunc
Middleware returns a middleware that adds CORS headers to the response.
func NotAllowedHandler ¶
func NotAllowedHandler(fn func(w http.ResponseWriter), origins ...string) http.Handler
NotAllowedHandler handles cross domain not allowed requests. At most one origin can be specified, other origins are ignored if given, default to be *.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.