The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Hello. I need to send some data to remote server which can't recieve chunked data. Can I switch cpprest http cleint to HTTP 1.0 or disable chunking when posting data?
Data sending looks close to this:
Hello. I need to send some data to remote server which can't recieve chunked data. Can I switch cpprest http cleint to HTTP 1.0 or disable chunking when posting data? Data sending looks close to this:
Thank you.