Categorygithub.com/harnash/go-middlewares
modulepackage
0.0.3
Repository: https://github.com/harnash/go-middlewares.git
Documentation: pkg.go.dev

# README

go-middlewares

Build Status Coverage Status

Useful middlewares for Golang web servers

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Use will apply sets of middlewares to a given http.Handler.
UseFunc will apply set of middlewares to a given http.HandlerFunc.

# Type aliases

Middleware is a convenient shortcut for http.Handler wrappers.