Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1314

Support to visualize QNetworkReply::RawHeaderPair

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Cannot Reproduce
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None

      I would like to request support for visualizing the content of QNetworkReply::RawHeaderPair

      Example: 

      QNetworkAccessManager manager; 
      QNetworkReply* reply = manager.get(QNetworkRequest(QUrl("https://www.google.com"))); 
      
      QEventLoop eventLoop; 
      QObject::connect(reply, &QNetworkReply::finished, &eventLoop, &QEventLoop::quit);
      eventLoop.exec();   
      
      const QList<QNetworkReply::RawHeaderPair>& headers = reply->rawHeaderPairs();

       
       

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

            mecfc Miguel Costa
            lilo Lilo Black
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes