3
我有一個Moovweb項目,我試圖比較tmp/messages/...文件夾中的incoming_response.http和outgoing_response.http文件。Moovweb - 解壓縮gzip outgoing_response.http內容?
來自上游服務器的incoming_response.http以純文本形式保存, ,但outgoing_response.http文件是gzip壓縮的內容!
如何將其轉換爲純文本,以便我可以查看回復?
謝謝!
這工作!很感謝! – gregorygtseng
只需將此代碼放入工作區:'$ disable_compression =「true」' – gregorygtseng