Categorygithub.com/akagi201/middleware
modulepackage
0.0.0-20170824085639-9862ebaddb9e
Repository: https://github.com/akagi201/middleware.git
Documentation: pkg.go.dev

# README

middleware

Build Status Coverage Status Go Report Card GoDoc

A collection of net/http middlewares in Go.

It is designed to be fully compatible with http standard library, easy to customize and reuse.

Middlewares

Middlewares management / framework

# Packages

Package jwt is a simple net/http middleware for jwt.
Package logrus is a simple net/http middleware for logging.