search

Home  >  Q&A  >  body text

mfc - c++ 中如何模拟http的post方式提交数据获得返回结果?

如题,在MFC中怎么模拟post提交呢? 百度Google了一圈,网上没多少内容可参考。给出的几个例子都是c的,不是很好适配。

伊谢尔伦伊谢尔伦2803 days ago547

reply all(2)I'll reply

  • 高洛峰

    高洛峰2017-04-17 15:10:27

    Try appclient in webapplib
    webapplib
    github

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 15:10:27

    If you prefer C++ API, c++11, boost, you can try cpp-netlib: http://cpp-netlib.org/0.12.0/...

    Otherwise you can try libcurl

    If it were me, I would prefer cpp-netlib

    reply
    0
  • Cancelreply