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.
我有一个 Moovweb 项目,我正在尝试比较 tmp/messages/... 文件夹中的传入响应。http 和传出响应。http 文件。
来自上游服务器的incoming_response.http 以纯文本形式保存,而outcoming_response.http 文件是gzip 压缩的内容!
如何将其转换为纯文本以便查看响应?
谢谢!
把它放在你的 main.ts 文件中:
export("disable_compression", "true")