-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
e3cd75fce (dev), bcce7d638 (dev), 2c9e57cb5 (6.6)
As user I want to read the metadata from the HTTP2 headers that are send by server. This information can be used to control the authentication processes and exchange additional information using channel capabilities.
QGrpcOperation should have methods that allow reading and writing the metadata received from server:
QGrpcMetadata metadata() const; // Reading metadata by user void setMetadata(const QGrpcMetadata &); //Writing the received metadata by channel