components-contrib/middleware
Nelson Parente eae3312c9a
Add Path Filter Support to OAuth2 and Client Credentials Middlewares (#3906)
Signed-off-by: nelson.parente <nelson_parente@live.com.pt>
2025-07-25 08:31:34 -07:00
..
http
README.md
metadata.go
middleware.go

README.md

Middlewares

Middleware components provide a way to define middlewares that are executed in a pipeline and modify requests and responses.

Learn more about middlewares in Dapr

Implementing a new Middleware

A compliant middleware needs to implement the Middleware interface included in the middleware.go file.