webdav-methods 0.1.0

HTTP methods for WebDAV
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 0 items with examples
  • Size
  • Source code size: 16.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • d-k-bo/webdav-rs
    6 4 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • d-k-bo

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.