Results 1 to 12 of 12

Thread: A Qhttp::host() && QHttp::request() fully functionnal example ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: A Qhttp::host() && QHttp::request() fully functionnal example ?

    Oh yes... That's true !
    I forbid that the request was scheduled and performed asynchronously...

    If the IO device to is not 0, the content data of the response is written directly to the device. Make sure that the to pointer is valid for the duration of the operation (it is safe to delete it when the requestFinished() signal is emitted).

    The function does not block and returns immediately. The request is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by requestStarted() and requestFinished().
    Thank you, onemore time...

  2. #2

    Default Re: A Qhttp::host() && QHttp::request() fully functionnal example ?

    There is also one nice solution for posting to web forms: http://www.tuckdesign.com/sources/Qt

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
  •  
Qt is a trademark of The Qt Company.