h3 icon indicating copy to clipboard operation
h3 copied to clipboard

⚡️ Minimal H(TTP) framework built for high performance and portability

Results 176 h3 issues
Sort by recently updated
recently updated
newest added

### Describe the feature This feature works similar to `getRequestPath(event)` but for the defined route path **Example** When the route `/api/route/:id` is requested, the `getRequestPath` returns it requested path, like:...

enhancement
pending

Hi, this is a question about recommended practice rather than a bug report or feature request. This question refers to h3 1.8.1. I have a misbehaving client connecting to our...

question

### 🔗 Linked issue Related to #625 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug...

### Environment N/A ### Reproduction https://github.com/GalacticHypernova/NuxtFailTest Steps: 1. npm install 2. npm run dev 3. navigate to localhost:3000/images/Test2.jpg 4. profit ### Describe the bug When sending streams of images using...

### Describe the feature Hi there! I'm hoping to use `unctx` to set a context for the current route event handler stack in `h3`, ideally as a middleware call: ```js...

enhancement

Currently, we only consume data part of Blobs when sending responses and not setting filename

### Describe the feature I'm doing something like this: ```js export default defineEventHandler(async (event) => { const body = await readBody(event) const resp = await ai_stream( body ) return sendStream(event,...

enhancement

### Environment nuxt 3.8.2 nuxt-security 1.0.0-rc.5 node 18.18.0 ### Reproduction https://stackblitz.com/edit/nuxt-starter-ad78lc?file=package.json - Go to `/go/google` page in the application - Observe error in the server console logs (in Stackblitz) ###...

bug

### Environment - nuxt: 3.6.5 - nitropack 2.5.2 - h3: 1.8.0 - listhen: 1.3.0 ### Reproduction - https://stackblitz.com/edit/nuxt-starter-hbwprt?file=app.vue,server%2Fapi%2Fupload.ts,server%2Fapi%2Fupload-formidable.ts - https://github.com/stafyniaksacha/nuxt-upload-reproduction it seems that stackblitz apply restriction on some file upload...

enhancement
discussion

Context: https://github.com/unjs/h3/pull/612 For all utils that _cache_ their result per event, we shall leverage a wrapper cache. This improves both performance and reduces chances of concurrency issues on same request.

enhancement