Manuel Spigolon

Results 381 comments of Manuel Spigolon

> Any other idea? I think 103 status is not supported yet by the node core (cause it is still in draft IMHO). For example there the `100-Continue` is supported...

There is this plugin https://github.com/zekth/fastify-early-hints from @zekth we could start from. The first step, migrating to fastify v4?

Go for it, then we will update it 👍🏽 Easy GitHub activity 🟩🟩🟩🟩🟩🟩 😄

For reference https://github.com/fastify/fastify-early-hints

I would add in Guides: - Plugin - "For sure you are interested in.." - Authentication - CORS - Throws errors (fastify-sensible)

@luisorbaiceta Do you think we can close here?

> Though I have a feeling this is so obscure it might be better off as a plugin for those that really need support for TRACE. I agree, a plugin...

> FST_ERR_CTP_EMPTY_JSON_BODY This is throw when the content type of the response is application/json but the `reply.send()` has been run After the commit open a PR so we could help...

Your results are great! > For example, right now aws-lambda-fastify received an already parsed searchParams object, then light-my-request convert the object into url params and the find-my-way parse again into...

1. let me try something about it 2. This is not clear to me: you need to call the `await app.ready()` should help the cold start as the lambda should...