Search code examples
c++c++11gtkgtkmmgtkmm3

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.


Solution

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