Discussion on "HTTP Has a New Method: Let's Try QUERY" | Hashnode
Discussion on "HTTP Has a New Method: Let's Try QUERY". QUERY /products/search HTTP/1.1
Host: localhost:3000
Content-Type: application/json
{
"filters": {
"minPrice": 50,
"maxPrice": 300,
"tags": ["workspace"],
"inStock": true
},
"so