middleware

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpentracingTracer = "opentracing_tracer"
	OpentracingCtx    = "opentracing_ctx"
)

Variables

This section is empty.

Functions

func AllowAll

func AllowAll() gin.HandlerFunc

AllowAll creates a new CORS Gin middleware with permissive configuration allowing all origins with all standard methods with any header and credentials.

func Cors

func Cors() httpcontract.Middleware

func Default

func Default() gin.HandlerFunc

Default creates a new CORS Gin middleware with default options.

func New

func New(options Options) gin.HandlerFunc

New creates a new CORS Gin middleware with the provided options.

func Opentracing

func Opentracing(tracer opentracing.Tracer) http.Middleware

func Throttle

func Throttle(name string) httpcontract.Middleware

func Tls

func Tls(host ...string) httpcontract.Middleware

Types

type Options

type Options = cors.Options

Options is a configuration container to setup the CORS middleware.

Jump to

Keyboard shortcuts

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