http压缩和url压缩有什么区别?

发布于 2024-09-09 01:02:01 字数 99 浏览 1 评论 0原文

查看 Web.config 中的节点,我发现它允许 httpCompression 和 urlCompression 元素。两者有什么区别?我只想执行标准 gzip,我应该使用哪一个?

Looking at the node in a Web.config, I see that it allows both httpCompression and urlCompression elements. What's the difference between the two? I just want to do standard gzip, which one should I use?

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

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

发布评论

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

评论(1

绅刃 2024-09-16 01:02:01

url压缩指定要压缩的内容http压缩指示如何进行压缩。如果您运行在IIS7.5上,则无需指定任何内容,默认情况下启用动态和静态压缩,均使用gzip;这里有一些关于 urlCompressionhttp压缩

urlCompression specifies what to compress and httpCompression indicates how to do the compression. If you're running on IIS7.5, you don't need to specify anything, both dynamic and static compression are enabled by default, both use gzip; here are some links on urlCompression and httpCompression.

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