Pull requests44 Actions Projects Wiki Security Insights Additional navigation options master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 822 Commits Build Scripts Classes External Mac Sample
Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone - asi-http-request/Classes/ASIHTTPRequestConfig.h at master · pokeb/asi-http-request
github下载地址https://github.com/pokeb/asi-http-request 2.ASIHTTPRequest 对GET和POST请求简单封装 +(void)requestWithASIURL:(NSString *)urlString parmas:(NSMutableDictionary *)params httpMethod:(NSString *)method completeBlock:(RequestFinishBlock)block{ //处理GET请求 if ([[method uppercaseString]...
ASI的github地址 https://github.com/pokeb/asi-http-request ASI的使用参考 http://www.cnblogs.com/dotey/archive/2011/05/10/2041966.html http://www.oschina.net/question/54100_36184 配置–导入源码 配置–添加依赖类库 发送同步请求 1包含主文件#import"ASIHTTPRequest.h"2//1.创建请求3NSURL *url ...
github地址:http://github.com/pokeb/asi-http-request/tree 里面具体可以进行HTTP常见的使用,Get,Post,同步,异步的方式进行请求,里面内嵌一些请求方式,例如ASIWebPageRequest,即WebPage呈现方式;ASIS3Request,即Amazon Simple Storage Service (Amazon S3,http://aws.amazon.com/s3/);ASICloudFilesRequest,即Cloud ...
下载最新版本:http://github.com/pokeb/asi-http-request/tarball/master License (BSD):http://github.com/pokeb/asi-http-request/tree/master/LICENSE Google Group:http://groups.google.com/group/asihttprequest Lighthouse bug base::http://allseeing-i.lighthouseapp.com/projects/27881/home ASIHTTPReq...
做过iOS开发应该都有见过ASIHTTPRequest这个强大的HTTP网络请求类库,今天主要来介绍利用ASIHTTPRequest实现异步队列。 官方地址:http://allseeing-i.com/ASIHTTPRequest/ github地址:http://github.com/pokeb/asi-http-request/tree 里面具体可以进行HTTP常见的使用,Get,Post,同步,异步的方式进行请求,里面内嵌一些请求方...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone - Stargazers · foobar2024/asi-http-request
822 Commits Build Scripts Classes External Mac Sample Mac.xcodeproj iPhone Sample iPhone.xcodeproj .gitattributes .gitignore DONORS LICENSE README.textile strict.xcconfig Repository files navigation README License ASIHTTPRequest is an easy to use wrapper around the CFNetworkAPIthat makes some of the ...