5.8 GZip
The Web Server provides a thin wrapper around file/gzip and file/gunzip.
procedure
(gzip/bytes ib) → bytes?
ib : bytes?
GZips ib and returns the result.
procedure
(gunzip/bytes ib) → bytes?
ib : bytes?
GUnzips ib and returns the result.
▼ | 5 | Internal APIs |
5.1 | Timers |
5.2 | Connection Manager |
5.3 | Serializable Closures |
5.4 | Cache Table |
5.5 | MIME Types |
5.6 | Serialization Utilities |
5.7 | URL Param |
5.8 | GZip |
5.9 | Miscellaneous Utilities |
gzip/ bytes |
gunzip/ bytes |
procedure
(gzip/bytes ib) → bytes?
ib : bytes?
procedure
(gunzip/bytes ib) → bytes?
ib : bytes?