http_compression
HTTP compressor
A middleware library that compresses HTTP responses using gzip, deflate, and brotli algorithms.
🗜️ Deno HTTP compression middleware
38 stars
3 watching
1 forks
Language: TypeScript
last commit: over 1 year ago
Linked from 1 awesome list
compresscompressiondeflatedenodeno-servergziphttp
Related projects:
Repository | Description | Stars |
---|---|---|
manyuanrong/wasm_gzip | Implementation of Gzip compression and decompression in WebAssembly (WASM) for use with the Deno runtime. | 19 |
zaiste/wren | A lightweight HTTP library for Deno and Deno Deploy with a simple and convenient API | 77 |
deno-libs/forwarded | A Deno port of a library that extracts IP addresses from HTTP request headers used by proxy servers | 9 |
hashrock/deno-fnparse | A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. | 11 |
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 818 |
prolifode/deno_rest | A boilerplate project for creating RESTful APIs using Deno and Oak. | 152 |
deno-libs/gql | A GraphQL HTTP middleware for Deno and Bun that provides a simple setup for building GraphQL APIs. | 194 |
deno-libs/rpc | A JSONRPC server router for Deno | 24 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
cmorten/superdeno | A high-level abstraction for testing HTTP in Deno while allowing drop down to the lower-level API provided by superagent. | 124 |
sindresorhus/gulp-zip | A tool for compressing files into a ZIP archive | 270 |
huluti/curtail | An image compression tool with support for multiple formats and compression modes. | 363 |
code-hex/deno-context | Propagates deadlines and cancellation information across multiple promises in a request-scoped context. | 6 |
cmorten/opine-http-proxy | A middleware proxy for Deno Opine HTTP servers to forward requests and responses | 15 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |