Re: Proposed HTTP SEARCH method update

> On May 19, 2015, at 9:04 PM, Phil Hunt <phil.hunt@oracle.com> wrote:
> 
> What I was trying to illustrate is that DELETE is also a function and it hasn’t turned the web into RPC.  Why have RPC methods like PATCH PUT and DELETE?

They are not RPC methods.  They have uniform semantics, operate on the target resource,
and are defined in such a way that intermediaries can understand their intended effects.

> I don’t see how SEARCH “hurts” the web. If GET is supposed to be a web linkable resource and not one with embedded RPC functions like SEARCH or for that matter delete (e.g. GET http://example.com/Users/123?method=delete). In a hypermedia web, don’t we want to keep GET from being overloaded with functions like search?

SEARCH does not have uniform semantics (it means different things based on the body),
does not operate on the target resource, and is useless for intermediaries.
However, that isn't why it is bad for the Web.

The reason SEARCH is bad for the Web is because it allows lazy fools to provide
reusable information in a form that doesn't have an associated resource identifier.
It provides the same function as a parametrized GET request without minting a URL.
In other words, it reduces the number of identifiable resources, which reduces
the network effect of linked resources, which harms the Web because it reduces the
power of the resulting information system.

....Roy

Received on Wednesday, 20 May 2015 17:46:09 UTC