Qt HTTP Server C++ Classes

List of C++ classes that provide HTTP server framework. More...

This module was introduced in Qt 6.4.

Classes

QHttpServerRequest

Encapsulates an HTTP request

QHttpServerResponder

API for sending replies from an HTTP server

QHttpServerResponse

Encapsulates an HTTP response

QHttpServerRouter

Provides functions to bind a URL to a ViewHandler

QHttpServerWebSocketUpgradeResponse

Response to return when verifying WebSocket upgrades on HTTP server

Detailed Description