webdav: add support for PUT to server
This commit is contained in:
@@ -260,3 +260,7 @@ func (b *backend) propfindAddressObject(propfind *internal.Propfind, ao *Address
|
||||
|
||||
return internal.NewPropfindResponse(ao.Href, propfind, props)
|
||||
}
|
||||
|
||||
func (b *backend) Put(r *http.Request) error {
|
||||
panic("TODO")
|
||||
}
|
||||
|
Reference in New Issue
Block a user