Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在从 Apple 学习 Stream Programming Guide 以使用套接字。你们能给我一些参考链接,讨论通过套接字(输入和输出流)发送 HTTP 请求(GET 和 POST)吗
在发布这样的问题之前,请尝试自己搜索一下。
http://www.raywenderlich.com/3932/how-to-create-a-socket-based-iphone-app-and-server
目标 C:使用 Socket 发布/获取请求
使用套接字发出 Http 请求
更新:
http://www.example-code.com/ios/http_post_json.asp
http://blog.stathat.com/2011/11/28/http-post-in-many-languages.html