Cedar.HttpCommandHandling by Damian Hickey

<PackageReference Include="Cedar.HttpCommandHandling" Version="0.5.0" />

.NET API 1,590,272 bytes

 Cedar.HttpCommandHandling 0.5.0

A library to assist is handling commands sent over HTTP. Typically used in CQS and CQRS applications. Supports HTTP Problem Details.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Cedar.HttpCommandHandling</id>
    <version>0.5.0</version>
    <title>Cedar - HTTP Command Handling Middleware</title>
    <authors>Damian Hickey</authors>
    <owners>Damian Hickey</owners>
    <licenseUrl>https://github.com/damianh/Cedar.HttpCommandHandling/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/damianh/Cedar.HttpCommandHandling</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A library to assist is handling commands sent over HTTP. Typically used in CQS and CQRS applications. Supports HTTP Problem Details.</description>
    <releaseNotes />
    <tags>cqrs event-sourcing domain-driven-design owin middleware</tags>
    <dependencies>
      <dependency id="Cedar.HttpCommandHandling.Client" version="[0.5, 0.6)" />
    </dependencies>
  </metadata>
</package>