cors

package
v1.0.0-beta.19 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, server *echo.Server) error

Types

type Cors

type Cors struct {
	// contains filtered or unexported fields
}

func NewCors

func NewCors() *Cors

func NewCorsWithConfigPath

func NewCorsWithConfigPath(path string) (*Cors, error)

func NewCorsWithOptions

func NewCorsWithOptions(options *Options) *Cors

func (*Cors) Register

func (i *Cors) Register(ctx context.Context, server *echo.Server) error

type Options

type Options struct {
	Enabled bool
	Allowed struct {
		Origins     []string
		Headers     []string
		Methods     []string
		Credentials bool
	}
	Exposed struct {
		Headers []string
	}
	MaxAge int
}

func NewOptions

func NewOptions() (*Options, error)

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

Jump to

Keyboard shortcuts

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