cpprestsdk 0.6.0.16

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
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.
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.
// Install cpprestsdk as a Cake Addin
#addin nuget:?package=cpprestsdk&version=0.6.0.16

// Install cpprestsdk as a Cake Tool
#tool nuget:?package=cpprestsdk&version=0.6.0.16

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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on cpprestsdk:

Package Downloads
brainCloudCppSdk-x64

A C++ native library for connecting Windows 10 Universal Apps to the brainCloud back-end. Currently supports Visual Studio 2015.

brainCloudCppSdk-arm

A C++ native library for connecting Windows 10 Universal Apps to the brainCloud back-end. Currently supports Visual Studio 2015.

brainCloudCppSdk-x86

A C++ native library for connecting Windows 10 Universal Apps to the brainCloud back-end. Currently supports Visual Studio 2015.

DocumentDbCpp.v120

DocumentDBCpp is C++ wrapper and object model for DocumentDB NoSQL database. It is built on top of C++ REST SDK framework, so all the goodies like Task Parallelism are included. There is no other dependencies except C++ REST SDK.

DocumentDbCpp.v140

DocumentDBCpp is C++ wrapper and object model for DocumentDB NoSQL database. It is built on top of C++ REST SDK framework, so all the goodies like Task Parallelism are included. There is no other dependencies except C++ REST SDK.

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

Release of C++ Rest SDK 0.6 libraries.