EN ·
Qt HTTP Server Example: Implementing Client POST and Server Response
A guide on how to perform HTTP POST requests with JSON payloads in Qt and how to build a corresponding local server using the QtHttpServer module.
2 posts
A guide on how to perform HTTP POST requests with JSON payloads in Qt and how to build a corresponding local server using the QtHttpServer module.
Learn how to compile the QtHttpServer module and solve the QCoreApplication event loop initialization challenge when wrapping Qt functionality into a C-compatible dynamic library.