【发布时间】:2013-05-14 21:59:55
【问题描述】:
我目前正在从 Apple 学习 Stream Programming Guide 以使用套接字。你们能否提供一些参考链接,讨论通过套接字(输入和输出流)发送 HTTP 请求(GET 和 POST)
【问题讨论】:
标签: ios sockets http inputstream outputstream
我目前正在从 Apple 学习 Stream Programming Guide 以使用套接字。你们能否提供一些参考链接,讨论通过套接字(输入和输出流)发送 HTTP 请求(GET 和 POST)
【问题讨论】:
标签: ios sockets http inputstream outputstream
在发布这样的问题之前,请尝试自己搜索一下。
http://www.raywenderlich.com/3932/how-to-create-a-socket-based-iphone-app-and-server
Objective C : Post/Get Request using Socket
Make a Http Request With Sockets
更新:
http://www.example-code.com/ios/http_post_json.asp
http://blog.stathat.com/2011/11/28/http-post-in-many-languages.html
【讨论】: