I'm developing a web service which has some non standard http methods (CREATE, BEGIN, NEXT).
Up until now I've been using the chrome plugin 'advanced rest client'. They've just updated it and removed the functionality to select custom method names, something which I'm now finding in all of the rest clients I've found. Can anyone recommend one that will allow me to type custom method names?
I know I can use cUrl, but ideally I'm looking for something visual.