Qt 6.11
Qt HTTP Server
C++ Classes
QHttpServerConfiguration
Qt 6.11.0 Reference Documentation
List of All Members for QHttpServerConfiguration
This is the complete list of members for
QHttpServerConfiguration
, including inherited members.
QHttpServerConfiguration
()
QHttpServerConfiguration
(const QHttpServerConfiguration &)
QHttpServerConfiguration
(QHttpServerConfiguration &&)
~QHttpServerConfiguration
()
blacklist
() const : QSpan<const std::pair<QHostAddress, int>>
keepAliveTimeout
() const : std::chrono::seconds
maxBodySize
() const : qint64
maxHeaderFieldSize
() const : qint64
maxNumberOfHeaderFields
() const : qint64
maxTotalHeaderSize
() const : qint64
maxUrlSize
() const : qint64
rateLimitPerSecond
() const : quint32
setBlacklist
(QSpan<const std::pair<QHostAddress, int>>)
setKeepAliveTimeout
(std::chrono::seconds)
setMaxBodySize
(qint64)
setMaxHeaderFieldSize
(qint64)
setMaxNumberOfHeaderFields
(qint64)
setMaxTotalHeaderSize
(qint64)
setMaxUrlSize
(qint64)
setRateLimitPerSecond
(quint32)
setWhitelist
(QSpan<const std::pair<QHostAddress, int>>)
swap
(QHttpServerConfiguration &)
whitelist
() const : QSpan<const std::pair<QHostAddress, int>>
operator=
(QHttpServerConfiguration &&) : QHttpServerConfiguration &
operator=
(const QHttpServerConfiguration &) : QHttpServerConfiguration &