h3-compression icon indicating copy to clipboard operation
h3-compression copied to clipboard

Adds compression to h3 requests (brotli, gzip, deflate)

Results 9 h3-compression issues
Sort by recently updated
recently updated
newest added

### Environment - Operating System: `Darwin` - Node Version: `v20.9.0` - Nuxt Version: `3.8.2` - CLI Version: `3.10.0` - Nitro Version: `2.8.1` - Package Manager: `[email protected]` - Builder: `-` -...

### Environment - Operating System: Darwin - Node Version: v18.16.0 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...

documentation

### Environment - Operating System: Linux - Node Version: v20.6.1 - Nuxt Version: 3.7.3 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] ### Reproduction ``` import...

### Environment - Operating System: Linux - Node Version: v20.10.0 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.0 - Package Manager: [email protected] ### Reproduction Build nitro...

Moving from https://github.com/unjs/nitro/issues/1007

enhancement
help wanted

### Describe the feature It would be great to have support for zstd compression (https://github.com/facebook/zstd). Browsers are now quite compatible with this content encoding (https://caniuse.com/zstd). Thank you ### Additional information...

enhancement

I wanted to compress a large JSON response from `/server/api`, but `useCompression()` does not seem to work with `beforeResponse` hook in Nuxt3. Code as follow: ```js nitro.hooks.hook('beforeResponse', async (event, response)...

If I only use `_nuxt`, the error page doesn’t work and a blank error page is shown. ### πŸ”— Linked issue ### ❓ Type of change - [x] πŸ“– Documentation...

### Environment H3 v2 version not surport ### Reproduction H3 v2 version not surport ### Describe the bug H3 v2 version not surport ### Additional context _No response_ ### Logs...