c++ - Call REST Service from Win32 application -


i have win32 application runs on windows server (2003 & later). application has call rest service post json data.

how can proceed implementation? library or sdk should use call rest service c++ application.

please suggest.

thanks in advance.

i'd suggest using modern c++11 casablanca rest api developed microsoft. api included visual studio installation package. can use winhttp api kind of legacy stuff. there mfc/atl implementation called atl server include http client classes.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -