HealthEndpointOptions.Compress property
Gets or sets a value indicating whether the health response should be compressed/compact when using JSON or XML. When false (default) the output is human readable (indented / pretty). When true the output is compact (no unnecessary whitespace) which can reduce payload size for large probe data sets.
public bool Compress { get; set; }
See Also
- class HealthEndpointOptions
- namespace Kestrun.Health