middleware

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Chain

func Chain(handler http.Handler, ms ...Middleware) http.Handler

func Log

func Log(next http.Handler) http.Handler

func RequestID

func RequestID(next http.Handler) http.Handler

Types

type Middleware

type Middleware func(next http.Handler) http.Handler

func Authorize

func Authorize(signedKey any) Middleware

Jump to

Keyboard shortcuts

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