hmm REST is just using HTTP properly (as a transfer protocol) - if you want to implement RPC go use some other protocol that is actually a transport, instead of raping HTTP simply because it will get you through…
hmm REST is just using HTTP properly (as a transfer protocol) - if you want to implement RPC go use some other protocol that is actually a transport, instead of raping HTTP simply because it will get you through…