Simplify QHttpHeaders documentation

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

Pick-to: 6.7
Change-Id: I9be1d42b6d75dd4bf6fccd6ecb47bc7cd6026ed3
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
bb10
Kai Köhne 2023-12-28 13:29:40 +01:00
parent 3f72446637
commit f23154c05b
1 changed files with 2 additions and 3 deletions

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