middleware

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: MIT Imports: 16 Imported by: 3

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

func AllowAll added in v1.3.0

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 added in v1.0.0

func Cors() httpcontract.Middleware

func Default added in v1.3.0

func Default() gin.HandlerFunc

Default creates a new CORS Gin middleware with default options.

func New added in v1.3.0

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 added in v1.10.0

func Throttle(name string) httpcontract.Middleware

func Tls added in v1.8.3

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

Types

type Options added in v1.3.0

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