secure

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: LGPL-2.1 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BodyDump

func BodyDump() echo.MiddlewareFunc

BodyDump prints out the request body for debugging purpose

func CORS

func CORS(cfg CORSConfig) echo.MiddlewareFunc

CORS adds Cross-Origin Resource Sharing support

func DisableCache

func DisableCache() echo.MiddlewareFunc

DisableCache sets the Cache-Control directive to no-store.

func Headers

func Headers(securityPolicy string) echo.MiddlewareFunc

Headers adds general security headers for basic security measures

func SimpleCORS

func SimpleCORS(allowOrigins []string) echo.MiddlewareFunc

SimpleCORS returns a CORS middleware with minimum configurations. Preflighted request is not allowed though.

Types

type CORSConfig

type CORSConfig struct {
	AllowOrigins []string
	AllowMethods []string
}

CORSConfig represents secure specific CORS config

Jump to

Keyboard shortcuts

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