【发布时间】:2017-08-11 05:21:58
【问题描述】:
我在较旧的 AFNetworking 中有一个选项来设置 outputStream:
AFHTTPRequestOperation* requestOperation = [[AFHTTPRequestOperation alloc] initWithRequest:request];
requestOperation.outputStream = [NSOutputStream outputStreamToFileAtPath:somePath append:NO];
如何在 AFNetworking 3.0 中实现这一点?
【问题讨论】:
-
嘿,你能接受答案吗?
标签: ios afnetworking-3