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.
我已经看到如何使用 HttpClient 发布 urlencoded 表单和 json。
但是我如何发布任意文本?
我的用例是我已经创建了 JSON 字符串,所以我想直接发布字符串,而不是构建字典。
将HTTPBody属性设置为 on NSMutableURLRequest,并在 AFNetworking 中使用NSURLRequest参数的任何位置使用。
HTTPBody
NSMutableURLRequest
NSURLRequest