Skip to content

Go package that provides multiple middlewares for Echo Framework.

License

Notifications You must be signed in to change notification settings

faabiosr/echo-middleware

Repository files navigation

Echo Framework - Middlewares

Build Status Codecov branch Go Reference Go Report Card License

🎉 Overview

echo-middleware is a Go package that provides multiple middlewares for Echo Framework.

☺️ Motivation

After writing these middlewares several times, it was decided to create a package with useful middlewares for echo.

🎯 Installation

Requirements

echo-middleware requires Go 1.21 or later and Echo Framework v4.

How to use

Use go get.

$ go get github.com/faabiosr/echo-middleware

Then import the package into your own code:

import "github.com/faabiosr/echo-middleware"

🧰 Development

Requirements

Makefile

Please run make help to see all the available targets.

📃 License

This project is released under the MIT licence. See LICENSE for more details.