开发者

How do I incorporate WebDAV into my iPhone application?

I would like to add Web开发者_JAVA技巧DAV to my iPhone application. What is the best way / library to enable this?


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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜