DAVRequest
export type DAVRequest = {
headers?: Record<string, string>;
method: DAVMethods | HTTPMethods;
body: any;
namespace?: string;
attributes?: Record<string, string>;
};
davRequest init body
headersrequest headersmethodrequest methodbodyrequest bodynamespacedefault namespace for all xml nodesattributesroot node xml attributes