Results 1 to 1 of 1

Thread: Networking Newbie Needs Veteran qnam/reply HTTP/POST advice

  1. #1
    Join Date
    Jul 2011
    Location
    US
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Networking Newbie Needs Veteran qnam/reply HTTP/POST advice

    Hi ( and I apologize in advance that my network programming knowledge is still weak.)

    My project involves needing to keep an HTTP/POST call running each business day against a particular vendor's special HTTP service. By design, the "streaming" (real-time) updates from this server, that begin life as traditional qnam->post() calls, will seldom receive a "finished" signal. My pie-in-the-sky desire would be to receive a "readyRead()" type of signal, periodically, throughout the day, alerting my code that real-time updates have arrived.

    Do I have any high-level, long-term, Qt-based options to emulate HTTP/POST, while still accessing the "reply" data real-time, as it arrives? (I am trying to avoid the "obsolete" QHttp class) Thank you for considering my "opportunity!"


    Added after 47 minutes:


    After four days of staring at this code, I just realized that the post() method returns a pointer to a QNetworkReply object!! I don't know how I originally overlook that opportunity!!! I will code on this tomorrow and add a progress post here, on this site. Thanks for your time.
    Last edited by iansblues; 7th August 2012 at 19:36.

Similar Threads

  1. Http post
    By Max123 in forum Qt Programming
    Replies: 1
    Last Post: 30th May 2010, 13:43
  2. Re: Newbie needs advice - QGraphics
    By Raccoon29 in forum Newbie
    Replies: 1
    Last Post: 24th November 2007, 17:12
  3. Newbie needs advice - QGraphics
    By Seth in forum Newbie
    Replies: 1
    Last Post: 26th June 2007, 05:12
  4. Newbie needs advice - QGraphicsLineItem
    By Seth in forum Newbie
    Replies: 4
    Last Post: 30th May 2007, 08:23
  5. Newbie needs advice
    By Seth in forum Newbie
    Replies: 3
    Last Post: 12th April 2007, 22:50

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.