Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21e6b903983a5f3

Jump to content

Module:LibDeflate/doc

From Wikipedia, the free encyclopedia

This is a utility module to provide zlib compression support (i.e. gzip).

It is used by Module:CineMol to read data from commons:Category:Tabular data of the Chemical Component Dictionary.

This module is taken from https://github.com/safeteeWow/LibDeflate which is licensed under the zlib license. The zlib license is compatible with Wikipedia's license.

Usage

[edit]

See official docs at https://safeteewow.github.io/LibDeflate/source/LibDeflate.lua.html for full details.

Generally this module would only be used by other modules and not directly

  • require( 'Module:LibDeflate' ):CompressDeflate(stringToCompress)
  • require( 'Module:LibDeflate' ):DecompressDeflate(stringToDecompress)
  • require( 'Module:LibDeflate' ):CompressZlib(stringToCompress)
  • require( 'Module:LibDeflate' ):DecompressZlib(stringToDecompress)