Skip to content

Commit

Permalink
refactor middleware
Browse files Browse the repository at this point in the history
Signed-off-by: Ilias Politsopoulos <[email protected]>
  • Loading branch information
IliasP91 committed Oct 13, 2023
1 parent ac61067 commit 767dbf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Dapr.AspNetCore/CloudEventsMiddlewareOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ public class CloudEventsMiddlewareOptions
/// <remarks>
/// <para>
/// Setting this property to <c>true</c> will forward the CloudEvent properties as Request Headers in the following format.
/// </para>
/// <para>
/// Property names will always be prefixed with 'Cloudevent.' and lower case.
/// </para>
/// <para>
/// ie. A CloudEvent property <c>"type": "Example.Type"</c> will be added as <c>"Cloudevent.type": "Example.Type"</c> request header.
/// </para>
/// </remarks>
Expand Down

0 comments on commit 767dbf2

Please sign in to comment.