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.
-
go-server-timing
DISCONTINUED. Go (golang) library for creating and consuming HTTP Server-Timing headers -
ln-paywall
Go middleware for monetizing your API on a per-request basis with Bitcoin and Lightning ⚡️ -
client-timing
An HTTP client for go-server-timing middleware. Enables automatic timing propagation through HTTP calls between servers.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of echo-middleware or a related project?
README
Echo Framework - Middlewares
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.