harababurel/gcsf

gzip compression

开放

#8 创建于 2018年6月27日

 (7 条评论) (0 个反应) (0 位负责人)Rust (97 个派生)user submission
enhancementgood first issuehelp wanted

仓库指标

星标
 (2,382 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Google suggests enabling gzip compression before transferring files over the network:

In order to receive a gzip-encoded response you must do two things: Set an Accept-Encoding header, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:

Accept-Encoding: gzip
User-Agent: my program (gzip)

Find a way to enable this option in GCSF.

贡献者指南