/qt-rest-client

REST client implementation in QT 5.4.0 and C++11

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Qt REST Client

REST client implementation in QT 5.4.0 and C++11

This project is a simple REST client implementation in Qt/C++ It supports the basic verbs (GET, POST, PUT and DELETE) and Basic HTTP authentication.

For samples look at the unit tests project.