标签: ios http ios4 asihttprequest
我想缓存我的请求。如果我在app delegate中设置这一行,我的所有请求都会被缓存吗?
[ASIHTTPRequest setDefaultCache:[ASIDownloadCache sharedCache]];
我还有一个问题。我可以有多个cookie吗?谢谢:))