net_dav
net_dav copied to clipboard
PROPDEL support
The propdel verb deletes properties. I can implement it myself the next couple of weeks.
The PROPDEL verb is not supported by Net::HTTP, so it will have to wait for now.
http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html
My updated version of PROPPATCH supports removing and setting properties now. Just pass in <d:remove> instead of <d:set>
It's great to have a more complete set of operations in Net::DAV. I'll test it out.