cpprestsdk 0.6.0.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package cpprestsdk --version 0.6.0.16
                    
NuGet\Install-Package cpprestsdk -Version 0.6.0.16
                    
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="cpprestsdk" Version="0.6.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cpprestsdk" Version="0.6.0.16" />
                    
Directory.Packages.props
<PackageReference Include="cpprestsdk" />
                    
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 cpprestsdk --version 0.6.0.16
                    
#r "nuget: cpprestsdk, 0.6.0.16"
                    
#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.
#:package cpprestsdk@0.6.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=cpprestsdk&version=0.6.0.16
                    
Install as a Cake Addin
#tool nuget:?package=cpprestsdk&version=0.6.0.16
                    
Install as a Cake Tool

This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.

The C++ REST SDK (codename "Casablanca") is a project to start exploring how to best support C++ developers who want to take advantage of the radical shift in software architecture that cloud computing represents.

This library also gives you a convenient model for composing asynchronous operations. Whether your application is compute-intensive or I/O-driven,  its scalability is likely to require careful resource utilization. Asynchronous APIs are great for scalability,  but can be very hard to use when all you have is C-level functionality. Fortunately,  C++ 11 offers a whole new set of capabilities that can make dealing with asynchronous operations easy,  and the library takes advantage of that throughout.

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

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on cpprestsdk:

Repository Stars
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Version Downloads Last Updated
2.5.0 1,600 3/19/2015
2.4.0.1 3,527 1/7/2015
2.4.0 615 12/23/2014
2.3.0 1,337 11/21/2014
2.2.0 2,489 8/20/2014
2.1.0 1,749 6/13/2014
2.0.1 420 4/3/2014
2.0.0 110 3/20/2014
1.4.0 137 12/10/2013
1.3.1 161 11/14/2013
1.3.0 129 10/17/2013
1.2.0 164 8/28/2013
1.1.0.1 145 7/9/2013
1.1.0 71 7/9/2013
1.0.0 65 5/30/2013
0.6.0.21 61 4/26/2013
0.6.0.20 56 4/26/2013
0.6.0.17 59 4/26/2013
0.6.0.16 61 4/24/2013

Release of C++ Rest SDK 0.6 libraries.