Description
Provides Qt 6 classes for embedding an HTTP server inside applications. It helps software expose local APIs, web interfaces, test endpoints, or small service features without adding a separate web framework.
Developers use it as a server library. Any HTTP endpoint can expose data or control actions, so bind carefully, authenticate when needed, and avoid exposing development servers to untrusted networks.