Revalee.Client
2.3.1
Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code.
This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).
Install-Package Revalee.Client -Version 2.3.1
dotnet add package Revalee.Client --version 2.3.1
<PackageReference Include="Revalee.Client" Version="2.3.1" />
paket add Revalee.Client --version 2.3.1
Release Notes
Changes in v2.3.1
* Added ongoing heartbeat to activate recurring tasks.
* Added HTTP response status codes from recurring tasks.
* Added public event that handles activation failures for recurring tasks.
* Removed all HTTP Expect 100 Continue behavior.
* Fix: Allow explicit default port numbers on callback URLs.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Revalee.Client:
Package | Downloads |
---|---|
Revalee.Client.Mvc
Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code.
This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).
|
GitHub repositories
This package is not used by any popular GitHub repositories.