Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-113663

Allow reading metadata received from the grpc server

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • None
    • GRPC
    • None

      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
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            semlanik Alexey Edelev
            semlanik Alexey Edelev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes