Closed
Description
Honestly we might already, but opening this issue to track landing support and writing tests.
Node 21 added support for a new method! QUERY
which is awesome, looks to have landed here nodejs/node#51719 in 21.7.2
(changelog)
@wesleytodd any idea what needs to be done to router to support QUERY? If this Issue belongs at router
plz do move it!
We may actually already support this ¯_(ツ)_/¯ and it's just that a test is failing.
Im unable to get it to work in Node 21.7.3
currently, and left a comment in the node tracking issue for support nodejs/node#51562
TODO:
- Comment out failing QUERY test until fixed in deps: update llhttp to 9.2.0 nodejs/node#51719
- Add back in QUERY method test, only run on versions at and above the version that includes the fix to the above