harababurel/gcsf

gzip compression

Offen

#8 geöffnet am 27.06.2018

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (97 Forks)user submission
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (2.382 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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