Crates.io | webdav-methods |
lib.rs | webdav-methods |
version | 0.1.0 |
source | src |
created_at | 2024-02-15 13:13:25.931906 |
updated_at | 2024-02-15 13:13:25.931906 |
description | HTTP methods for WebDAV |
homepage | |
repository | https://github.com/d-k-bo/webdav-rs |
max_upload_size | |
id | 1141095 |
size | 15,325 |
HTTP methods for WebDAV as defined in RFC 4918.
Unfortunately, the http
crate
doesn't support creating custom Method
s constants yet,
so they are currently defined as static variables using
once_cell::sync::Lazy
.
Licensed under either of
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.