emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
326 stars 72 forks source link

carddav: allow backend to handle addressbook-multiget #31

Open emersion opened 4 years ago

emersion commented 4 years ago

Right now addressbook-multiget request will result in many GetAddressObject calls. This is not great for backends which need to fetch resources from a remote server.