You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add native builtin functions for compressing/decompressing byte data (gzip_compress/gzip_decompress, and optionally deflate_*/zstd_*). mq already has http() for fetching remote content, but there is no way to handle compressed responses or archives.
Add native builtin functions for compressing/decompressing byte data (
gzip_compress/gzip_decompress, and optionallydeflate_*/zstd_*). mq already hashttp()for fetching remote content, but there is no way to handle compressed responses or archives.