fastify icon indicating copy to clipboard operation
fastify copied to clipboard

Fast and low overhead web framework, for Node.js

Results 272 fastify issues
Sort by recently updated
recently updated
newest added

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...

feature request
good first issue

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...

enhancement
feature request

### 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...

documentation
good first issue

### 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...

feature request
typescript

### 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...

need info

## 🚀 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...

feature request
typescript

### 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...

plugin
good first issue

### 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...

documentation
good first issue