Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.