http_compression icon indicating copy to clipboard operation
http_compression copied to clipboard

🗜️ Deno HTTP compression middleware

Results 1 http_compression issues
Sort by recently updated
recently updated
newest added

```js it.only('accepts a single compression algorithm', async () => { const request = superdeno(compression({ path: 'LICENSE', compression: ['br'] })) await request.get('/').set('Accept-Encoding', '*').expect('Content-Encoding', 'br') }) ``` this test fails because it...

bug
help wanted