You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
headers: async () => { authorization: 'some-value'} // headers producing function (sync or async) can be passed as well
69
71
})
70
72
```
73
+
74
+
In case you prefer to separate handler definition from route definition, you can use functions `buildFastifyNoPayloadRouteHandler` (for GET and DELETE handlers) and `buildFastifyPayloadRouteHandler` (for PUT, POST and PATCH handlers):
0 commit comments