开发者

Objective-C Class / Library to send "curl -F"

开发者 https://www.devze.com 2022-12-20 05:56 出处:网络
I\'m looking for some objective-c Curl Library to send a \"curl -F ...\" command. I just found complicated ways.. is there an easy clas开发者_开发技巧s which let me send it easy as direct command?

I'm looking for some objective-c Curl Library to send a "curl -F ..." command.

I just found complicated ways.. is there an easy clas开发者_开发技巧s which let me send it easy as direct command?

Greetings


Sounds like NSTask:

Using the NSTask class, your program can run another program as a subprocess and can monitor that program’s execution. NSTask Class reference

Apple gives an example in Interacting with the Operating System. If you find the learning curve there a bit steep, start with the invaluable Quickies.

0

精彩评论

暂无评论...
验证码 换一张
取 消