fastify-multipart
fastify-multipart copied to clipboard
Multipart support for Fastify
`saveRequestFiles` is consuming value fields and give no way to retreive them if there were no files
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Currently we can't use this plugin with [serverless](https://fastify.dev/docs/latest/Guides/Serverless/) GCP (or Firebase). As explained here https://github.com/fastify/fastify/issues/946#issuecomment-766319521 and [in the doc for firebase](https://fastify.dev/docs/latest/Guides/Serverless/#add-custom-contenttypeparser-to-fastify-instance-and-define-endpoints), we need to use `req.rawBody` in order to parse...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Hello 👋 As the ESModules are the standard way to import/export modules in javascript, the README examples should reflect that :)
There was a need to restrict the file size in each route when used alongside attachFieldsToBody. These changes will enable route-specific busboy configuration. Example ```ts fastify.post('/', { schema: { consumes:...
Hi, The goal of this PR is migrate the tests from Tap to Node test runner, following what's been said in the issue https://github.com/fastify/fastify/issues/5555 #### Checklist - [x] run `npm...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue For...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...