RESTful server Address Book Example▲

This example shows how to set up a RESTful API server using the QHttpServer class. The Address Book API allows create, read, update and delete operations of name and address entries.<
Example of how to create a RESTful API server using the QHttpServer.
Article lu fois.
The Qt Company Ltd.
Publié le 26 janvier 2024 - Mis à jour le 26 janvier 2024
This example shows how to set up a RESTful API server using the QHttpServer class. The Address Book API allows create, read, update and delete operations of name and address entries.<