fastify
fastify copied to clipboard
Fast and low overhead web framework, for Node.js
fixes #4192 This way it should not break anything, just allow for `requestIdHeader` to be ignored by setting it explicitly to `false` ``` const fastify = Fastify({ requestIdHeader: false, })...
### 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...
I would like to customize this log line, ``` [11:55:06.743] INFO: incoming request ``` Ideally I would like to have this, ``` 11:55:06.743 - info - GET /my/route/ ``` _Originally...
### 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 Currently...
### 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...
## 🚀 Feature Proposal This is about making decorators type-safe. There are multiple ways to achieve this so I wrote down a few ideas under "Example". This is mainly for...
### 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 issue has not already been raised ### Issue The...