Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QHttpPart & QhttpMultiPart equivalent in ObjC for custom framework

QHttpPart & QhttpMultiPart equivalent in ObjC for custom framework

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 576 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    viggy
    wrote on last edited by
    #1

    I am trying to create a framework for an IOS app. The equivalent framework is already ready and being used to deploy the app on windows desktops. The windows equivalent framework uses Qt . One of the api's provided by the windows framework use "QHttpPart" variable. This variable has a header and body. It is then appended to a "QHttpMultiPart" which then sent as a part of a network request.

    I am not using Qt as a part of the IOS framework. I have to use native in built methods to create this method.

    Is there an equivalent of "QHtppPart" and "QHttpMultiPart" in IOS that I can use?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved