| Crates.io | webdav-methods |
| lib.rs | webdav-methods |
| version | 0.1.0 |
| created_at | 2024-02-15 13:13:25.931906+00 |
| updated_at | 2024-02-15 13:13:25.931906+00 |
| 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 Methods 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.