Skip to content

Allow HTTP compression #220

@tovbinm

Description

@tovbinm

Based on our investigation faundadb-jvm client does not use any compression by default:

request.headers().set(HttpHeaderNames.CONTENT_TYPE, "application/json; charset=utf-8");

Netty supports a bunch of compression codecs, including gzip and deflate - https://netty.io/4.1/api/io/netty/handler/codec/compression/package-summary.html

It would be a great addition to allow enabling compression codec on the client side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions