Hacker News new | past | comments | ask | show | jobs | submit login

So basically a GET with a request body, with the query as the request body rather than as URI local-part query-parameters.





So a POST with different semantics?

Yes. A POST that is idempotent, safe, cacheable (POST normally isn't any of those).

Alternatively this is a standardization of "GET-with-request-body" (which is NOT allowed by the spec but which some implement anyways).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: