Home

Awesome

Echo Framework - Middlewares

Build Status Codecov branch Go Reference Go Report Card License

:tada: Overview

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

:relaxed: Motivation

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

:dart: 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"

:toolbox: Development

Requirements

Makefile

Please run make help to see all the available targets.

:page_with_curl: License

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