wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

WebDAV COPY, MOVE and LOCK commands should be added #46

Closed MovGP0 closed 8 years ago

MovGP0 commented 8 years ago

COPY, MOVE, LOCK, UNLOCK, PROPWATCH, and MKCOL are part of the WebDAV protocol and can also be used for REST APIs. The commands should therefore be added.

There are even more WebDAV methods. Instead of adding them, it might be useful to let the user type in a method that is not available.

subwiz commented 8 years ago

it might be useful to let the user type in a method that is not available.

Let me check this possibility. It will also make the tool extensible.

subwiz commented 8 years ago

Can now be done using custom methods.