ipfs/kubo

Compressed response from server

Open

#4.385 aberto em 13 de nov. de 2017

Ver no GitHub
 (3 comments) (3 reactions) (0 assignees)Go (2.725 forks)batch import
help wantedkind/enhancement

Métricas do repositório

Stars
 (13.906 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (28 fundiu PRs em 30d)

Description

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

Guia do colaborador