Skip to content

[WIP] Add support for multipart file uploads in native adapter#2

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/add-multipart-file-upload-support
Closed

[WIP] Add support for multipart file uploads in native adapter#2
Copilot wants to merge 1 commit intomainfrom
copilot/add-multipart-file-upload-support

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 23, 2026

  • Add rawRequest optional property to VextRequest interface in src/types/request.ts
  • Set rawRequest to IncomingMessage in native adapter (src/adapters/native/request.ts)
  • Set rawRequest to underlying raw request in Express adapter (src/adapters/express/request.ts)
  • Set rawRequest to underlying raw request in Fastify adapter (src/adapters/fastify/request.ts)
  • Set rawRequest to underlying raw request in Koa adapter (src/adapters/koa/request.ts)
  • Set rawRequest to underlying raw request in Hono adapter (src/adapters/hono/request.ts)
  • Add tests for rawRequest in native adapter test file
  • Run tests to validate changes

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot stopped work on behalf of rockyshi1993 due to an error April 23, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native Adapter 下缺少公开的原始请求流入口,导致 multipart 文件上传无法在应用层正常扩展

3 participants