Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live
↧

Edited Issue: http_listener - doesn't report errors correctly after reading...

Taking a look at the code I think I can see this is an issue with the http_listener implementation. Basically it appears the problem is the listener implementation is NOT properly calling the _complete...

View Article


Edited Issue: json - why is parsing depth different on OSX/iOS? [271]

```#ifndef __APPLE__ static const size_t maxParsingDepth = 128;#else static const size_t maxParsingDepth = 32;#endif```

View Article


New Post: Parsing numbers that have decimal places

Hi and thanks for a great library that is working very well in my projects. I have a very particular need to parse decimal numbers. Currently the library uses double as the "base number type" if I can...

View Article

New Post: C++ REST API (POST Method) JSON Paylod -- Getting error "No content...

Hi , We are getting the following error message while invoking a REST API with a "POST" method . "No content to map to Object due to end of input" The JSON payload needs to be sent something like this...

View Article

New Post: Parsing numbers that have decimal places

Just testing to_string(double d) - and it seem to take care of getting back to the string value, for my test cases at least.

View Article


Edited Issue: Fix docs for http_request constructor [273]

From discussion: https://casablanca.codeplex.com/discussions/567445#post1304756 When using API methods, one usually use a http_request with one of the API methods such as GET, POST etc. I would like to...

View Article

New Post: Parsing numbers that have decimal places

Hi Zack, We unfortunately do not store the string form of the decimals we parse. If the exact form of the decimal is needed, it would be better (as you've implied) to have it sent as a string. While...

View Article

Edited Issue: http_client - missing tests for 120 XP toolset [231]

There is no vcxproj for it so therefore no tests. These need to be added.

View Article


Edited Feature: Visual Studio 14 Support [278]

Support for the next version of Visual Studio.

View Article


Commented Feature: websocket_client - wss support on non-WinRT [255]

This is the largest feature we are missing in our websocket_client right now on non-WinRT platforms.Comments: Implemented for iOS/OS X/Linux/Android in the development branch. All that is remaining is...

View Article

New Post: Deploying an application using Casablanca SDK

Hi maverick786, The NuGet package is simply copying the dlls into the binaries directory for your project. The setup and deployment should be the same as with using any other library which has a dll...

View Article

Edited Issue: JSON parsing/serializing roundtrip fail [259]

Version: v2.2.0Compiler: VS 2013Platform: both Win32/x641. The attached input.json (UTF-8) file is read with binary mode into a string.2. Parse it with ```std::istrstream is(json);value root =...

View Article

New Post: Update .gitignore

Hello. You should update .gitignore Not enough record of ignoring the folder "packages/". Contents of this folder is restored by Nuget/ After downloading the boost, the folder looks awful in git. A...

View Article


New Post: POST request from a webpage

I have created a lisener application using VC++ 2012, which is a command utility. From the webpage, I post anything that is written in an input box. It POST's that value of inputbox in the listener and...

View Article

Created Unassigned: Update .gitignore [282]

From :Hello. You should update .gitignore Not enough record of ignoring the folder "packages/". Contents of this folder is restored by Nuget/ After downloading the boost, the folder looks awful in git....

View Article


Edited Unassigned: Update .gitignore [282]

From https://casablanca.codeplex.com/discussions/568326:**sunheretic13 wrote:**> Hello.> > You should update .gitignore > > Not enough record of ignoring the folder "packages/". Contents...

View Article

New Post: Update .gitignore

Hi sun, Thanks for the feedback, I agree this is a problem. I've opened an issue to track this: https://casablanca.codeplex.com/workitem/282. Thanks, roschuma

View Article


New Post: Deploying an application using Casablanca SDK

Are you talking about this Packages folder that NuGet has created within the project directory? The overall size of this folder is 793MB. It contains 3 directories 1) cpprestsdk.2.2.0 2)...

View Article

New Post: steps to create my azure app

hi stevetgates, Actually my solver is coded based on mpi library so it will benefit from running it on several machines in azure. Moreover , this solver should serves many clients. As a results I want...

View Article

Created Unassigned: please provide a downloadable source tarball [284]

Please provide a source tar.gz, to help debian in package the library.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722275thanks

View Article
Browsing all 4845 articles
Browse latest View live