components-contrib/middleware
Alessandro (Ale) Segala a8415d82b8
Certification tests + fixes for Bearer HTTP Middleware (#2673)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-16 20:40:24 +00:00
..
http Certification tests + fixes for Bearer HTTP Middleware (#2673) 2023-03-16 20:40:24 +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 Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08: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.