YTKNetwork icon indicating copy to clipboard operation
YTKNetwork copied to clipboard

YTKNetwork is a high level request util based on AFNetworking.

Results 102 YTKNetwork issues
Sort by recently updated
recently updated
newest added

### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [x] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [x] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [x] 我已经证实这个问题来源于 YTKNetwork...

有这方面经验的大佬求指导下

### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [x] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [x] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [x] 我已经证实这个问题来源于 YTKNetwork...

比如我有个请求地址 api/health_logs/day_helogs.action 做了缓存 我想在一些情况下删除这个地址对应的缓存数据,该怎样去删除呢? 我调用了clearCacheVariables这个方法发现清除不了缓存

【httpBody】中带参数,且这个参数是非固定参数,根据接口变化而变化的话,有没有较好的处理方式?

BatchRequest也是Request,为何不与其他请求有相同的接口!

### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [x] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [x] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [x] 我已经证实这个问题来源于 YTKNetwork...

### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [ ] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [ ] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [...

在 YTKNetworkAgent.m 的第325行写到 case YTKResponseSerializerTypeHTTP: // Default serializer. Do nothing. break; 但是,在 YTKBaseRequest 中的默认值是 - (YTKResponseSerializerType)responseSerializerType { return YTKResponseSerializerTypeJSON; } 这是为什么呀?