components-contrib/middleware
Edoardo Vacchi 6290422551
fix all wasm guests build and refresh with TinyGo 0.28.1 (#3377)
2024-03-09 16:54:17 +01:00
..
http fix all wasm guests build and refresh with TinyGo 0.28.1 (#3377) 2024-03-09 16:54:17 +01:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07: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.