hyperdav-server

Crates.iohyperdav-server
lib.rshyperdav-server
version0.1.0
sourcesrc
created_at2017-06-04 21:37:29.572885
updated_at2017-06-04 21:37:29.572885
descriptionBasic WebDAV server as a hyper server handler.
homepagehttps://github.com/tylerwhall/hyperdav-server
repositoryhttps://github.com/tylerwhall/hyperdav-server
max_upload_size
id17746
size38,892
Tyler Hall (tylerwhall)

documentation

README

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.

Commit count: 1

cargo fmt