harababurel/gcsf

gzip compression

Open

#8 opened on Jun 27, 2018

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Rust (94 forks)user submission
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (2,378 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide