Re: QUERY support in implementatios, was: Publication has been requested for draft-ietf-httpbis-safe-method-w-body-11

FYI...

llhttp supports QUERY since 9.2.0
https://github.com/nodejs/llhttp/releases/tag/release%2Fv9.2.0

which means that Nodejs has been supporting QUERY since 21.7.2
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V21.md#2024-04-03-version-2172-current-rafaelgss-prepared-by-marco-ippolito

The issue page on NodeJS for adding QUERY crosslinks about a dozen other libraries that either have added support or have issues open to add support:
https://github.com/nodejs/node/issues/51562

BR/Rahul

On Thursday, May 22nd, 2025 at 2:24 AM, Julian Reschke <julian.reschke@gmx.de> wrote:

> 

> Am 21.05.2025 um 20:35 schrieb Julian Reschke:
> 

> > Am 20.05.2025 um 00:38 schrieb Mark Nottingham via Datatracker:
> > 

> > > Mark Nottingham has requested publication of draft-ietf-httpbis-safe-
> > > method-w-body-11 as Proposed Standard on behalf of the HTTPBIS working
> > > group.
> > > 

> > > Please verify the document's state at https://datatracker.ietf.org/
> > > doc/draft-ietf-httpbis-safe-method-w-body/
> > 

> > Awesome.
> > 

> > At this point, we may want to check how clients, libraries,
> > intermediaries and servers can take advantage of safeness, idempotency,
> > and cacheability.
> > 

> > I recall, that - ages ago - I helped making Firefox aware of similar
> > properties of PROPFIND, REPORT, and SEARCH (AFAIR, wrt retries being
> > possible). So we may want to do the same for QUERY - Anne, is that
> > something that can/should go into FETCH?
> > 

> > I'll also check whether there's something that can/should be done in
> > Apache HTTP-Client and Tomcat.
> > ...
> 

> 

> ...and there it is already:
> 

> https://github.com/apache/httpcomponents-core/pull/499
> 

> Best regards, Julian

Received on Thursday, 22 May 2025 21:07:56 UTC