The documentation you are viewing is for Dapr v1.6 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Middleware

Table captions:

Status: Component certification status

Since: defines from which Dapr Runtime version, the component is in the current status

Component version: defines the version of the component

HTTP

Name Description Status Component version
Rate limit Restricts the maximum number of allowed HTTP requests per second Alpha v1
OAuth2 Enables the OAuth2 Authorization Grant flow on a Web API Alpha v1
OAuth2 client credentials Enables the OAuth2 Client Credentials Grant flow on a Web API Alpha v1
Bearer Verifies a Bearer Token using OpenID Connect on a Web API Alpha v1
Open Policy Agent Applies Rego/OPA Policies to incoming Dapr HTTP requests Alpha v1
Uppercase Converts the body of the request to uppercase letters Stable(For local development) v1
Sentinel Use Sentinel middleware to guarantee the reliability and resiliency of your application Alpha v1
RouterChecker Validates HTTP requests using regexp and filters out invalid requests Alpha v1