QHttpPart & QhttpMultiPart equivalent in ObjC for custom framework
Mobile and Embedded
1
Posts
1
Posters
576
Views
1
Watching
-
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?