here-we-goal / ios-learning

1 stars 0 forks source link

ASIHTTPRequest类库 #6

Open here-we-goal opened 10 years ago

here-we-goal commented 10 years ago

在练习Http请求的时候,希望通过Charles之类的功能能监控到请求状态 便于调试,但是搜了下相关文章,没有发现NSURLRequest配置http proxy的相关信息 倒是又推荐使用ASIHTTPRequest

http://stackoverflow.com/questions/6889759/proxies-with-nsurlrequest

http://www.cnblogs.com/dotey/archive/2011/05/10/2041966.html

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

https://github.com/pokeb/asi-http-request/

接下来准备尝试下