摘要:
Demo:参考ASIHttpRequest的示例例如:PerformanceTest#import <Foundation/Foundation.h>#import "ASITestCase.h"@interface PerformanceTests : ASITestCase { NSURL *testURL; NSDate *testStartDate; int requestsComplete; NSMutableArray *responseData; unsigned long bytesDownloaded;}- (void)testASIHTTPR 阅读全文