OK, so Representational State Transfer
was initially described in the context of HTTP, but is not limited to that protocol.
REST - to contrast it with RPC - follows a slightly different concept than "traditional" RPC mechanisms. Some people think that the way communication is handled with REST is "better" than with RPC.
Now, what interests me, is whether there are actually any working frameworks that are RESTful, but do not rely on HTTP as the underlying transfer mechanism.