STNetTaskQueue icon indicating copy to clipboard operation
STNetTaskQueue copied to clipboard

STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols.

Results 3 STNetTaskQueue issues
Sort by recently updated
recently updated
newest added

[此行代码](https://github.com/kevin0571/STNetTaskQueue/blob/master/STNetTaskQueue/STHTTPNetTaskQueueHandler.m#L317)不应该使用key来作为文件名称.

在`STNetTaskChain`中增加只读的allTasks属性,用于任务结束后,从allTasks中获取任务对象,避免用户自己保留任务对象. `@property (nonatomic, strong,readonly) NSArray *allTasks`;

代码干净,逻辑清晰。 请问能否支持按时缓存的功能?