Kayak 0.7.2

dotnet add package Kayak --version 0.7.2
                    
NuGet\Install-Package Kayak -Version 0.7.2
                    
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="Kayak" Version="0.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kayak" Version="0.7.2" />
                    
Directory.Packages.props
<PackageReference Include="Kayak" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kayak --version 0.7.2
                    
#r "nuget: Kayak, 0.7.2"
                    
#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.
#addin nuget:?package=Kayak&version=0.7.2
                    
Install Kayak as a Cake Addin
#tool nuget:?package=Kayak&version=0.7.2
                    
Install Kayak as a Cake Tool

Kayak is an event-base IO libary for .NET. Kayak allows you to easily create TCP clients and servers, and contains an HTTP/1.1 server implementation.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Kayak:

Package Downloads
HttpMock

A library for creating Http servers on the fly in tests and stubbing responses. The verification calls have now moved to HttpMock.Verify.NUnit. Use HttpMock.Logging.Log4Net for logging to the console.

FubuKayak

Run FubuMVC applications using the Kayak/OWIN stack

HttpMock.WithConcurrencySupport-Private-SharedMocks

An extension for HttpMock(hibri) with concurrency support With the current changes now this will support: 1.Concurrency. 2.Session. 3.Private/Shared Mocks (in the context of initializing a single HttpMock server with parallel running scenarios ) 4.WithNewContext support to individual scenarios. (Which will not break already running scenarios in parallel)

HttpMock.Verify.NUnit.WithConcurrencySupport-Private-SharedMocks

An extension for HttpMock(hibri) with concurrency support for running scenario in parallel

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Kayak:

Repository Stars
hibri/HttpMock
A library for creating Http servers on the fly in tests and stubbing responses
lukevenediger/statsd.net
A high-performance stats collection service that feeds into Graphite and aimed at small- to large-scale windows environments.
Version Downloads Last updated
0.7.2 309,651 8/15/2011
0.7.1 2,376 8/1/2011
0.7.0 2,488 7/21/2011
0.6.2 2,219 6/20/2011
0.6.1 2,230 6/3/2011
0.6.0 2,211 5/30/2011
0.3.0 44,605 1/7/2011