Properties:
Name | Type | Description |
---|---|---|
filesystem |
core.Filesystem | (default: |
root |
string | (default: |
Class representing a WebDAV session serving a filesystem.
On the client side, html.DavFS may be used as a WebDAV client.
HTTPServer {
host: "0.0.0.0"
port: 8000
LocalFS {
id: localFs
}
HTTPRoute {
delegate: DAVSession {
filesystem: localFs
root: "/opt/dav"
}
}
}
Name | Type | Description |
---|---|---|
filesystem |
core.Filesystem | (default: |
root |
string | (default: |