Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create resource tree from WebDAV #126

Open
Kaliumhexacyanoferrat opened this issue Nov 3, 2020 · 0 comments
Open

Create resource tree from WebDAV #126

Kaliumhexacyanoferrat opened this issue Nov 3, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As the developer of a web application, I would like to integrate resources provided by WebDAV, so that I can easily integrate content hosted there.

Example

val tree = ResourceTree.FromWebDAV(/* url, credentials */);

Host.Create()
    .Handler(Listing.From(tree))
    .Run();

Acceptance criteria

  • The functionality is implemented in an additional WebDAV module
  • The functionality uses a well tested, mature, maintained library to access WebDAV resources
  • Files and folders are fetched on-demand and the information is not cached
  • Files are provided by re-using the WebResource (see Create resource from HTTP #125)
  • Connections are created and disposed on the fly when needed (resource tree must be thread-safe)
  • A connection pool may be used
  • Acceptance tests have been written
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant