initial
This commit is contained in:
15
ts/protocols/webdav/index.ts
Normal file
15
ts/protocols/webdav/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export { WebDAVHandler } from './webdav.handler.js';
|
||||
export type {
|
||||
TWebDAVMethod,
|
||||
TWebDAVDepth,
|
||||
IWebDAVProperty,
|
||||
IWebDAVResource,
|
||||
IWebDAVLock,
|
||||
IWebDAVContext,
|
||||
} from './webdav.types.js';
|
||||
export {
|
||||
generateMultistatus,
|
||||
generateLockResponse,
|
||||
generateError,
|
||||
parsePropfindRequest,
|
||||
} from './webdav.xml.js';
|
||||
Reference in New Issue
Block a user