Simplify QHttpHeaders documentation

Simplify wording, leave out historical baggage (which
is not really relevant for users that look into new code).

Change-Id: I9be1d42b6d75dd4bf6fccd6ecb47bc7cd6026ed3
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
(cherry picked from commit f23154c05ba0de300d017f1c50910da324414eef)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-12-28 13:29:40 +01:00 committed by Qt Cherry-pick Bot
parent 8e67c782a6
commit eb96856806

View File

@ -23,9 +23,8 @@ Q_LOGGING_CATEGORY(lcQHttpHeaders, "qt.network.http.headers");
\brief QHttpHeaders is a class for holding HTTP headers.
The primary use case for the class is to provide an interface type
for Qt networking APIs that use/consume such headers. Historically
various QList, QMultiMap, and QMultiHash constructs have been used.
The class is an interface type for Qt networking APIs that
use or consume such headers.
\section1 Allowed field name and value characters