Popularity
1.3
Growing
Activity
4.0
-
14
1
3

Programming language: Go
License: MIT License

echo-middleware alternatives and similar packages

Based on the "Actual middlewares" category.
Alternatively, view echo-middleware alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of echo-middleware or a related project?

Add another 'Actual middlewares' Package

README

Echo Framework - Middlewares

Build Status Codecov branch GoDoc Go Report Card License

Description

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

Requirements

Echo Middlewares requires Go 1.15 or later and Echo Framework v4.

Instalation

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

  • Install Go

Makefile

# Clean up
$ make clean

# Download project dependencies
$ make configure

# Run tests and generates html coverage file
$ make cover

# Format all go files
$ make fmt

# Run tests
$make test

License

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


*Note that all licence references and agreements mentioned in the echo-middleware README section above are relevant to that project's source code only.