fastify / fastify-early-hints

Draft plugin of the HTTP 103 implementation
MIT License
22 stars 2 forks source link

Use Node native API #6

Open climba03003 opened 2 years ago

climba03003 commented 2 years ago

Prerequisites

🚀 Feature Proposal

We should wait until https://github.com/nodejs/node/issues/44816 resolved.

Motivation

No response

Example

No response

Uzlopak commented 2 years ago

How much do we deviate from the nodejs implementation? How can we feature detect it?

climba03003 commented 2 years ago

How much do we deviate from the nodejs implementation?

Not much, I ask for removing Link header string and Array support. The object one should be the same, except they use , for multiple same header.

gurgunday commented 5 months ago

Should we archive after https://github.com/fastify/fastify/pull/5480?

Cc @mcollina @fastify/leads

mcollina commented 5 months ago

yes