简体   繁体   中英

How to do GET request with GTKMM

Please, can you give me simple example how to do GET requests with gtkmm. I already tried to find answer in official documentation, but it didn`t help me. I think i need to use libsoup or Webkit, but I don't know how to start.

You need to use some C++ network library. Look into curl or curlpp, you can even use WinSOCK if you are on Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM