coapp - cpprestsdk 0.6.0.9
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.
PM> Install-Package cpprestsdk -Version 0.6.0.9 -Source https://www.myget.org/F/coapp/api/v3/index.json
> nuget.exe install cpprestsdk -Version 0.6.0.9 -Source https://www.myget.org/F/coapp/api/v3/index.json
> dotnet add package cpprestsdk --version 0.6.0.9 --source https://www.myget.org/F/coapp/api/v3/index.json
source https://www.myget.org/F/coapp/api/v3/index.json
nuget cpprestsdk ~> 0.6.0.9
Copy to clipboard
> choco install cpprestsdk --version 0.6.0.9 --source https://www.myget.org/F/coapp/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "coapp" -SourceLocation "https://www.myget.org/F/coapp/api/v2"
Install-Module -Name "cpprestsdk" -RequiredVersion "0.6.0.9" -Repository "coapp"
Copy to clipboard
OwnersGarrett Serack |
AuthorsMicrosoft Corporation |
Project URLhttps://casablanca.codeplex.com/ |
LicenseApache-2.0 |
TagsREST, native, CoApp |
Info357 total downloads |
| 247 downloads for version 0.6.0.9 |
| Download (253.68 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
0.6.0.9 | 253.68 KB | Sun, 21 Apr 2013 22:41:12 GMT | 247 |
|
||
|
|
0.6.0.8 | 253.68 KB | Sun, 21 Apr 2013 22:19:48 GMT | 40 |
|
||
|
|
0.6.0.7 | 253.68 KB | Sun, 21 Apr 2013 21:54:09 GMT | 70 |
|