Skip to main content
Module

x/http_compress/mod.ts

Compress HTTP response, supported Web standard compression methods
Latest
File
// Copyright 2022-latest the httpland authors. All rights reserved. MIT license.
export { type CompressOptions, type FilterContext, withCompress,} from "./compress.ts";export { type Handler } from "./deps.ts";export { isCompressible } from "./utils.ts";