cors

package
v0.1.36 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Middleware

func Middleware(c Config) func(next http.Handler) http.Handler

Types

type Config

type Config struct {
	CorsAllowedOrigins []string `json:"cors_allowed_origins"`
	CorsAllowedHeaders []string `json:"cors_allowed_headers"`
	CorsAllowedMethods []string `json:"cors_allowed_methods"`
}

Jump to

Keyboard shortcuts

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