The HTTP QUERY Method in Express and Node.js
There's a new HTTP method called QUERY. It's safe like GET (doesn't change data) but can carry a body like POST (so you can send filters). This means search endpoints no longer need the old POST /sear
devencyclopedia.hashnode.dev2 min read