net_dav icon indicating copy to clipboard operation
net_dav copied to clipboard

PROPDEL support

Open thomasfl opened this issue 14 years ago • 3 comments

The propdel verb deletes properties. I can implement it myself the next couple of weeks.

thomasfl avatar Oct 13 '10 10:10 thomasfl

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

thomasfl avatar Oct 18 '10 13:10 thomasfl

My updated version of PROPPATCH supports removing and setting properties now. Just pass in <d:remove> instead of <d:set>

dstevenson avatar Dec 13 '10 23:12 dstevenson

It's great to have a more complete set of operations in Net::DAV. I'll test it out.

thomasfl avatar Dec 14 '10 07:12 thomasfl