Stream: smart/health-cards
Topic: Payload Compression
Grahame Grieve (Sep 05 2021 at 21:42):
"payload is compressed with the DEFLATE"
That implies a character encoding for the payload, which I assume is UTF-8 but I don't see that anywhere?
Josh Mandel (Sep 05 2021 at 22:33):
Yes; we take a standard JWT payload (UTF-8 encoded JSON) as the input for DEFLATE. This is worth calling out, for sure.
Last updated: Apr 12 2022 at 19:14 UTC