Registry / http-client / net-dav

net-dav

JSON →
library0.5.1rbrubygemsunverified

WebDAV client library in the style of Net::HTTP, using Net::HTTP and libcurl, if installed.

gem install net_dav
INSTALL
IMPORT
SIG · NET-DAV
N
net-dav
http-clientrubyv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::DAV
require 'net/dav'

List files in a WebDAV directory

require 'net/dav' # Create a WebDAV client dav = Net::DAV.new('https://example.com/webdav') dav.credentials('username', 'password') # List directory contents dav.find('/').each { |item| puts item.url }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
2
OpenAI (training)
1
Resources
net-dav — gem install net-dav · libregistry