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
Post a Comment