Revalee.Client
2.3.1
dotnet add package Revalee.Client --version 2.3.1
NuGet\Install-Package Revalee.Client -Version 2.3.1
<PackageReference Include="Revalee.Client" Version="2.3.1" />
paket add Revalee.Client --version 2.3.1
#r "nuget: Revalee.Client, 2.3.1"
// Install Revalee.Client as a Cake Addin #addin nuget:?package=Revalee.Client&version=2.3.1 // Install Revalee.Client as a Cake Tool #tool nuget:?package=Revalee.Client&version=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).
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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.
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.