components-contrib/middleware
nelson.parente 8ed806b51a
feat: address code review comments
Signed-off-by: nelson.parente <nelson_parente@live.com.pt>
2025-07-25 15:21:25 +01:00
..
http feat: address code review comments 2025-07-25 15:21:25 +01:00
README.md docs(middleware/README): recent links components (#3638) 2025-02-28 20:47:28 -08:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
middleware.go [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +00:00

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.