How do I incorporate WebDAV into my iPhone application?

老子叫甜甜 提交于 2019-12-10 10:47:27

问题


I would like to add WebDAV to my iPhone application. What is the best way / library to enable this?


回答1:


WebDAV is just an extension to HTTP. Thus, you can use any of the existing HTTP APIs available on the iPhone to implement WebDAV, assuming that your needs don't require customization to the request/response beyond that which is supported by the underlying API.

There are also a number of Objective-C based WebDAV client APIs. Maybe one of those will work? Hard to say, given the lack of details in your question.

I'd start with this particular trail of clues.



来源:https://stackoverflow.com/questions/2971128/how-do-i-incorporate-webdav-into-my-iphone-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!