components-contrib/middleware
Crypt Keeper d22c4bc7f0
Changes wasm middleware and output binding config to url instead of path (#2817)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-05-02 00:48:01 +00:00
..
http Changes wasm middleware and output binding config to url instead of path (#2817) 2023-05-02 00:48:01 +00: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 Refactor metadata parsing in middlewares and workflows (#2715) 2023-03-28 09:34:20 -07: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.