DAVRequest
export type DAVRequest = {
headers?: Record<string, string>;
method: DAVMethods | HTTPMethods;
body: any;
namespace?: string;
attributes?: Record<string, string>;
};
davRequest init body
headersrequest headersheadersToExcludearray of keys of the headers you want to excludefetchOptionsoptions to pass to underlying fetch functionmethodrequest methodbodyrequest bodynamespacedefault namespace for all xml nodesattributesroot node xml attributes