Hacker News new | ask | show | jobs
by jack9 3544 days ago
> You're supposed to GET or POST never both at the same time.

The standard says you can. The simplest way to add pagination is to POST your data with GET values overriding. I see no reason to use PUT or DELETE at all.