this post was submitted on 15 Mar 2024
8 points (100.0% liked)

Qt Framework

67 readers
1 users here now

A community for the Qt software for creating GUIs and cross platform applications. https://www.qt.io/

founded 6 months ago
MODERATORS
 

Cool stuff:

Qt 6.7 introduces convenience improvements for implementing typical RESTful/HTTP client applications. The goal was/is to reduce the repeating networking boilerplate code by up to 40% by addressing the small but systematically repeating needs in a more convenient way.

These include a new QHttpHeaders class for representing HTTP headers, QNetworkRequestFactory for creating API-specific requests, QRestAccessManager class for addressing small but often-repeating pieces of code, and QRestReply class for extracting the data from replies and checking for errors. QNetworkRequestFactory, QRestAccessManager, and QRestReply are released as Technical Previews in Qt 6.7.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here