8000 HTTP endpoint class should allow compression of the data using gzip · Issue #204 · profusion/sgqlc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
HTTP endpoint class should allow compression of the data using gzip #204
Open
@asipras

Description

@asipras

***This is not an issue but an enhancement request/proposal. ***

Currently Http end point class does not allow any method which we can use to compress data. Compression is helpful when you want to post Mutation data which is quite big.

One solution is to check whether the headers contains Content-Encoding: gzip and if does then compress data using gzip library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0