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.
我是 AFNetworking 的新手,但到目前为止喜欢抽象。
我正在创建 AFHttpClient 的子类,我想将参数编码设置为 JSON,但仅适用于 POST 请求,这可能吗?
您可以通过覆盖requestWithMethod:path:parameters:并根据指定设置参数编码来做到这一点method。由于客户端创建的所有请求都通过此方法,因此它将按预期工作。
requestWithMethod:path:parameters:
method