#hyper-server #handler #basic #webdav #path #root

bin+lib hyperdav-server

Basic WebDAV server as a hyper server handler

1 unstable release

Uses old Rust 2015

0.1.0 Jun 4, 2017

#23 in #webdav

MIT/Apache

27KB
559 lines

hyperdav-server

Basic WebDAV server as a hyper server handler.

Important: This makes no attempt at security and is not suitable for running directly on a machine containing any sensitive resources. The server will follow symlinks and can serve paths outside of the specified root directory. There are also no access controls and the server supports write operations like truncating PUT and DELETE.

The current intended use case is to add file access Rust to projects that are already running a hyper server, such as embedded devices. As this would be a debug-only feature, access controls are non-existent.

Adding configurability and supporting more of RFC 4918 could be done. Patches welcome.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~10MB
~223K SLoC