Skip to content

An extendable WebDAV server implemented in Elixir

License

Notifications You must be signed in to change notification settings

SteffenDE/ex_dav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExDav

Build Status Coverage

Warning: work in progress! currently only working with read-only shares.

ExDav is a library that implements an extendable WebDAV server in Elixir using Plug. This project is heavily inspired by the great Python wsgidav app.

As this is a library, ExDav does not come with an included HTTP server. A demo project using ExDav with plug_cowboy is provided in the demo subdirectory.

Installation

This package is currently not available in Hex, the package can be installed by adding ex_dav to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_dav, github: "SteffenDE/ex_dav"}
  ]
end

About

An extendable WebDAV server implemented in Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages