Kayak 0.7.0
See the version list below for details.
dotnet add package Kayak --version 0.7.0
NuGet\Install-Package Kayak -Version 0.7.0
<PackageReference Include="Kayak" Version="0.7.0" />
paket add Kayak --version 0.7.0
#r "nuget: Kayak, 0.7.0"
// Install Kayak as a Cake Addin #addin nuget:?package=Kayak&version=0.7.0 // Install Kayak as a Cake Tool #tool nuget:?package=Kayak&version=0.7.0
Kayak is an event-driven networking library for .NET. It allows you to easily create TCP clients and servers. Kayak contains an HTTP/1.1 server implementation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- HttpMachine (>= 0.9.0)
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.
|