Should there be a HTTP verb for 'list' or 'search'?

3 points by caub ↗ HN

5 comments

[ 3.2 ms ] story [ 21.0 ms ] thread
How would it be different from `GET` ?
Using post parameters with a GET verb is generally frowned upon and passing search arguments via url parameters is problematic at times (length, special characters, encoding etc).
(comment deleted)