Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 418 Bytes

README.MD

File metadata and controls

20 lines (12 loc) · 418 Bytes

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