harababurel/gcsf

gzip compression

Open

#8 建立於 2018年6月27日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)Rust (2,378 star) (94 fork)user submission
enhancementgood first issuehelp wanted

描述

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.

貢獻者指南