|
|
|
|
|
by gdubicki
517 days ago
|
|
We don’t need to hack anymore by using invalid verb (like POST) method when making queries that need to have a body or breaking the standard by adding a body to a GET! As documented in RFC 7127, it’s a great time to add explicit support for this method to your favourite client/server/library. edit: As I was mistaken and it's not a Proposed Standard yet, it may be too early to implement it ...BUT on the other hand, node.js for example has released support for it already in June 2024: https://github.com/nodejs/node/issues/51562 |
|