A Go library for WebDAV, CalDAV and CardDAV
Go to file
2020-01-22 10:41:20 +01:00
carddav internal: add PROPPATCH support to server 2020-01-21 23:18:27 +01:00
internal webdav: add Client.MoveAll 2020-01-22 10:15:44 +01:00
.gitignore Initial commit 2017-08-26 14:46:44 +02:00
client.go webdav: add Client.CopyAll 2020-01-22 10:16:48 +01:00
fs_local.go webdav: move recursive PROPFIND to backend 2020-01-22 10:41:20 +01:00
go.mod carddav: add Client.QueryAddressBook 2020-01-14 23:44:21 +01:00
go.sum Add go.sum 2020-01-15 11:17:07 +01:00
LICENSE Start from scratch 2020-01-14 17:51:33 +01:00
README.md readme: license is now MIT 2020-01-16 16:30:11 +01:00
server.go webdav: move recursive PROPFIND to backend 2020-01-22 10:41:20 +01:00
webdav.go webdav: add MIMEType to FileInfo 2020-01-21 22:43:39 +01:00

go-webdav

GoDoc

A Go library for WebDAV and CardDAV.

License

MIT