cors

package
v3.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CombinedCORSHandler

func CombinedCORSHandler(h http.Handler, config *Config) http.Handler

CombinedCORSHandler wraps a server and provides CORS headers

func SetHeaders

func SetHeaders(w http.ResponseWriter, _ *http.Request, config *Config)

SetHeaders sets the CORS headers

Types

type Config added in v3.7.0

type Config struct {
	AllowOrigin      string
	AllowCredentials bool
	AllowMethods     string
	AllowHeaders     string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL