如何在 apache 服务器中编写自己的自定义压缩逻辑

发布于 2024-12-11 14:48:04 字数 168 浏览 0 评论 0原文

我正在做一些压缩网络流量的项目,即从服务器发送到浏览器的数据。 因此,像 gzip 或 sdcp 等其他 http 压缩技术一样,我想在从服务器发送数据之前对其进行压缩。但我不知道如何在 apache 中编写这样的模块。 有人可以指导我吗?

我在浏览器端编写了一个代理服务器,用于解压由我的逻辑压缩的数据。

Im doing some project for compressing the web traffic, that is the data send from server to browser.
So like other http compression techniques like gzip or sdcp, i want to compress the data before sending it from server. But i have no idea about writing such a module in apache.
Can any one guide me?

I have written a proxy server at the browser side which decompress the data compressed by my logic.

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

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

发布评论

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

评论(1

七婞 2024-12-18 14:48:04

将其压缩在 servlet 过滤器中并将其流式传输回来,但是......真的吗?你的压缩更好/更快/等等。比标准 gzip ?是否足够更快地想要打扰?

Compress it in a servlet filter and stream it back, but... really? Your compression is better/faster/etc. than standard gzip? Is it enough faster to want to bother?

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