什么是 ASIHTTPRequest?
什么是 ASIHTTPRequest?我们如何在 iPhone 应用程序中使用它?我们需要包含哪些文件? Apple 是否提供这方面的文件?
What is ASIHTTPRequest? how do we use it in an iphone application? what are the files we need to include? Does Apple provide files for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
阅读ASIHTTP 从这里你将能够知道它是什么以及如何使用它......它用于从服务器获取请求并将请求发送到服务器
祝你好运!
Read the ASIHTTP from here you will be able to know what is it and how to use it....it is use to get the request from the server and post request to server
Good Luck!
—— 来自 https://allseeing-i.com/ASIHTTPRequest/
—— from https://allseeing-i.com/ASIHTTPRequest/
一个(BSD 许可的)包装器,以方便 CFNetwork 的使用。通常,它用于处理HTTP请求。
该文档解释了如何使用它。
由于 ASIHTTPRequest 不是 Apple 产品,因此 Apple 不提供相关文件。
这是 ASIHTTPRequest 文档页面所说的内容。
另外,ASIHTTPRequest 页面说
请注意,我不再使用这个库 - 您可能需要考虑在新项目中使用其他库。 :)
RestKit 可能是一个替代方案。
A (BSD licensed) wrapper to facilitate the use of CFNetwork. Commonly, it is used to deal with HTTP requests.
The documentation explains how to use it.
As ASIHTTPRequest is not an Apple product, Apple doesn't provide files for this.
This is what the ASIHTTPRequest documentation page says.
Also, ASIHTTPRequest page says
Please note that I am no longer working on this library - you may want to consider using something else for new projects. :)
RestKit might be an alternative.