开发者

What is equivalent iOS API for something like .NET cookie container

开发者 https://www.devze.com 2023-01-30 17:08 出处:网络
I\'m new to mac development, i want to know the equivalent iOS API for .NET cookie container. .NET cookie container is something like stores the cookies from an initial HTTP request and then sends 开

I'm new to mac development, i want to know the equivalent iOS API for .NET cookie container.

.NET cookie container is something like stores the cookies from an initial HTTP request and then sends 开发者_如何学JAVAsame cookies in subsequent requests. Which exactly behaves like browser, but it is not a browser component.


I edited your question to make it a bit clearer what you're asking.

For HTTP client work on iOS, I use ASIHTTPRequest, a 3rd party library that wraps the built-in HTTP client API, and which does support cookies.

http://allseeing-i.com/ASIHTTPRequest/

0

精彩评论

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