On this page:
gzip/  bytes
gunzip/  bytes

5.8 GZip

 (require web-server/private/gzip)
  package: web-server-lib
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.