TrafficCop 0.3.1

dotnet add package TrafficCop --version 0.3.1
NuGet\Install-Package TrafficCop -Version 0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TrafficCop" Version="0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrafficCop --version 0.3.1
#r "nuget: TrafficCop, 0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TrafficCop as a Cake Addin
#addin nuget:?package=TrafficCop&version=0.3.1

// Install TrafficCop as a Cake Tool
#tool nuget:?package=TrafficCop&version=0.3.1

Simple JavaScript library to prevent multiple simultaneous client requests to same HTTP endpoint.  After one active request, subsequent requests with identical request metadata have their callbacks queued with the first/active request, preventing the need for multiple unnecessary round trips to a server.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TrafficCop:

Package Downloads
infuser

Lightweight JavaScript library to be used for pulling external templates & other content asynchronously/synchronously. (see http://freshbrewedcode.com/jimcowart/2011/11/30/infuser-a-template-loader/)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.1 226,408 2/4/2012

Requires jQuery 1.5.4 or higher.