/QtHttpRequests

Simple Qt-based library to work with http request methods.

Primary LanguageC++MIT LicenseMIT

QtHttpRequests

Build Status


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