Router alias http request routing

    The router alias HTTP middleware component allows you to convert arbitrary HTTP routes arriving to Dapr to valid Dapr API endpoints.

    Example:

    To be applied, the middleware must be referenced in . See middleware pipelines.

    1. apiVersion: dapr.io/v1alpha1
    2. metadata:
    3. name: appconfig
    4. httpPipeline:
    5. type: middleware.http.routeralias