webdav-methods

Crates.iowebdav-methods
lib.rswebdav-methods
version0.1.0
sourcesrc
created_at2024-02-15 13:13:25.931906
updated_at2024-02-15 13:13:25.931906
descriptionHTTP methods for WebDAV
homepage
repositoryhttps://github.com/d-k-bo/webdav-rs
max_upload_size
id1141095
size15,325
David C. (d-k-bo)

documentation

README

webdav-methods

HTTP methods for WebDAV as defined in RFC 4918.

Unfortunately, the http crate doesn't support creating custom Methods constants yet, so they are currently defined as static variables using once_cell::sync::Lazy.

License

Licensed under either of

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: 0

cargo fmt