summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-12-28 13:29:40 +0100
committerKai Köhne <kai.koehne@qt.io>2024-01-10 17:14:27 +0100
commitf23154c05ba0de300d017f1c50910da324414eef (patch)
treecf7401b9a794fe3278177c326622ec6488bae5d2 /src/network/access
parent3f724466374cc34d0aba862f009a417540df81cd (diff)
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>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qhttpheaders.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/network/access/qhttpheaders.cpp b/src/network/access/qhttpheaders.cpp
index 683eab21d4..c0e2b336f1 100644
--- a/src/network/access/qhttpheaders.cpp
+++ b/src/network/access/qhttpheaders.cpp
@@ -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