Skip to content

Offer the ability to disable Pretty Printed JSON over the wire #1316

@pickypg

Description

@pickypg

Currently, NEST will pretty print the HTTP. For those concerned with reducing network traffic, the best option is to use EnableHttpCompression(), which exists today on ConnectionSettings.

It would be nice to also add the ability to disable pretty printing at the same level, either as an opt-in option (EnablePrettyPrint(), thereby changing the current behavior) or as an opt-out feature (DisablePrettyPrint(), thereby maintaining the same behavior).

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