Awesome Go

echo-middleware

CategoryWeb Frameworks
SubcategoryMiddlewares
Stars0

Middleware for Echo framework with logging and metrics

About echo-middleware

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.

Frequently Asked Questions

What is echo-middleware?

echo-middleware is a Web Frameworks library for the Go programming language. Middleware for Echo framework with logging and metrics

How do I install echo-middleware?

Install echo-middleware with the Go module system using `go get faabiosr/echo-middleware`. Check the repository for the current installation instructions.

What category does echo-middleware belong to?

echo-middleware is listed under Web Frameworks, specifically Middlewares.

← Back to Middlewares