如何使用 TTURLRequest 查看服务器的响应数据?

发布于 2024-12-06 18:29:47 字数 173 浏览 0 评论 0原文

有没有一种简单的方法可以从 TTURLRequest 转储响应数据?我收到服务器端错误,我希望能够在控制台中快速记录响应,而不必跟踪服务器日志。我将 Three20 的 TTURLRequest 与 TTURLJSONResponse 结合使用,到目前为止,我还无法轻松查看该数据,除非响应是 JSON 字符串。有什么建议吗?谢谢!

Is there an easy way to dump the response data from a TTURLRequest? I'm getting a server side error and I'd like to be able to quickly log the response in the console without having to tail the server logs. I'm using Three20's TTURLRequest in conjunction with TTURLJSONResponse, and so far I haven't been able to view that data easily unless the response is a JSON string. Any suggestions? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九厘米的零° 2024-12-13 18:29:47

尝试打印 NSERROR

NSData *returnData = [NSURLConnection sendSynchronousRequest:urlRequest returnedResponse:&response error:&error];

Try to print the NSERROR

NSData *returnData = [NSURLConnection sendSynchronousRequest:urlRequest returningResponse:&response error:&error];

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文