DEV Community

Kelvin Kariuki
Kelvin Kariuki

Posted on

Developer take on: RFC 10008: The new HTTP Query Method

Tired of shoehorning complex data retrieval into GET requests with endless query parameters, or worse, abusing POST for read operations? A new proposed HTTP method, QUERY, codified in the (fictional yet conceptually powerful) RFC 10008, aims to finally give developers a semantically appropriate and robust way to ask for exactly what they need, with the

Top comments (0)