ipfs/kubo

Compressed response from server

Open

#4,385 创建于 2017年11月13日

在 GitHub 查看
 (3 评论) (3 反应) (0 负责人)Go (2,725 fork)batch import
help wantedkind/enhancement

仓库指标

Star
 (13,906 star)
PR 合并指标
 (平均合并 4天 2小时) (30 天内合并 28 个 PR)

描述

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

贡献者指南