qtgrpc/tests
Dennis Oberst 5bc854e901 QGrpcHttp2Channel: implement filterServerMetadata option
Implement the filtering of internal and reserved keys for the server
metadata. gRPC over HTTP2 responses are well defined and such
information shouldn't be provided to users. At least not by default.

Ref: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#responses

This patch changes the filtering to be applied by default.

[ChangeLog][QGrpcHttp2Channel/QGrpcOperation][Important Behavior Changes]
QGrpcOperation::serverInitialMetadata() and
QGrpcOperation::serverTrailingMetadata() no longer include any internal
gRPC or HTTP/2 pseudo‑headers by default.

Fixes: QTBUG-138363
Change-Id: I4af9e8abe60799e817f47faa5de4c2d0e41854be
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2025-08-05 19:23:05 +02:00
..
auto QGrpcHttp2Channel: implement filterServerMetadata option 2025-08-05 19:23:05 +02:00
benchmarks CMake: Add qt_autogen_tools_initial_setup calls 2025-01-06 15:41:39 -03:00
manual Fix and improve benchmarks 2025-05-16 14:42:19 +02:00
CMakeLists.txt Use the upper-case Protobuf module name when looking it 2024-12-03 16:18:57 +01:00