测试各种http内容编码?

发布于 2024-10-04 06:46:25 字数 379 浏览 0 评论 0原文

我正在构建一个向各种服务器(不受我控制)发出 HTTP 请求的应用程序。因此,我需要它正确处理所有可能的 Content-Encoding 值(gzipcompressdeflate) 。为了测试我的应用程序,我快速安装了 Apache,但才意识到它只支持 gzip 压缩。也就是说,例如,如果我发送 Accept-Encoding: deflate,它根本不会对响应进行编码。

  1. 如何在 Apache 中启用 deflatecompress 编码?或者
  2. 还有其他更有用的工具来完成这项任务吗?

I'm building an application that makes HTTP requests to various servers (not controlled by me). As such, I need it to handle all possible Content-Encoding values properly (gzip, compress, deflate). In order to test my application I quickly installed Apache, but only to realize it only supports gzip compression. That is, if I send, for example, Accept-Encoding: deflate, it will not encode the response at all.

  1. How can I enable deflate and compress encodings in Apache? or
  2. Are there other, more useful tools for this task?

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

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

发布评论

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

评论(2

征﹌骨岁月お 2024-10-11 06:46:25

如果只是为了测试,你实际上可以在 PHP 中自己实现。

If it's just for testing, you can actually implement it yourself within PHP.

时光是把杀猪刀 2024-10-11 06:46:25

mod_deflate 应该可以完成这项工作

mod_deflate should do the job

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