ipfs/kubo

Compressed response from server

Open

#4385 aperta il 13 nov 2017

Vedi su GitHub
 (3 commenti) (3 reazioni) (0 assegnatari)Go (2725 fork)batch import
help wantedkind/enhancement

Metriche repository

Star
 (13.906 star)
Metriche merge PR
 (Merge medio 4g 2h) (28 PR mergiate in 30 g)

Descrizione

Version information:

go-ipfs version: 0.4.11- Repo version: 6 System version: amd64/windows Golang version: go1.9

Type: Enhancement

Description:

Compressing the response from the server can lower bandwidth requirements, especially when transferring large blocks.

The HTTP header Accept-Encoding: gzip should be accepted in a request. The server should then send a compressed response with Content-Encoding: gzip

Guida contributor