You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Qt-based library to work with http request methods.
Right now contains GET, POST, PUT and DEL requests and Request sender class to work with this requests.
License: MIT
Build instruction
qmake ./src.pro
make
About
Simple Qt-based library to work with http request methods.