package types const VIEWAS_PLAIN_TEXT = "Plain Text" const VIEWAS_JSON = "JSON" const VIEWAS_HEX = "Hex" const VIEWAS_BINARY = "Binary" const DECODE_NONE = "None" const DECODE_BASE64 = "Base64" const DECODE_GZIP = "GZip" const DECODE_DEFLATE = "Deflate" const DECODE_ZSTD = "ZStd" const DECODE_BROTLI = "Brotli"