qRestAPI
qRestAPI copied to clipboard
Simple Qt library allowing to synchronously or asynchronously query a REST server.
Results
2
qRestAPI issues
Sort by
recently updated
recently updated
newest added
This PR updates the cmake project definition for qRestAPI: - Removed old configuration and use CMake files in favor of`qRestAPIConfig.cmake.in` - Enable install configuration through implementation of qRestAPIInstallConfig.cmake.in - Enabled...
In Qt6, redirects are enabled by default but it has to be enabled manually in Qt5. Redirects are useful because they allow implementing GET web requests that contain query parameters...