Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一种新HTTP Library的 SDK。为了实现横切关注点,我们计划编写类似于 c# 的中间件支持,即处理重试、重定向、日志记录等的机制。
HTTP Library
使用方法调配来调配一些NSURLSession方法以实现上述目标是一个好主意吗?
NSURLSession