Docs.rs
webdav-handler-0.2.0
webdav-handler 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
miquels
Dependencies
actix-web ^4.0.0-beta.6
normal
optional
bytes ^1.0.1
normal
futures ^0.3.9
normal
handlebars ^3.5.0
normal
headers ^0.3.0
normal
htmlescape ^0.3.1
normal
http ^0.2.3
normal
http-body ^0.4.0
normal
hyper ^0.14.0
normal
optional
lazy_static ^1.4.0
normal
libc ^0.2.0
normal
log ^0.4.0
normal
lru ^0.6.0
normal
mime_guess ^2.0.0
normal
parking_lot ^0.11.1
normal
percent-encoding ^1.0.1
normal
pin-project ^1.0.4
normal
pin-utils ^0.1.0
normal
regex ^1.4.0
normal
time ^0.2.24
normal
tokio ^1.3.0
normal
url ^2.2.0
normal
uuid ^0.8.0
normal
warp ^0.3.0
normal
optional
xml-rs ^0.8.0
normal
xmltree ^0.10.0
normal
clap ^2.33.0
dev
env_logger ^0.8.0
dev
hyper ^0.14.0
dev
tokio ^1.3.0
dev
Versions
86.49%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module body
webdav_
handler
0.2.0
Module body
Module Items
Structs
In crate webdav_
handler
webdav_handler
Module
body
Copy item path
Source
Expand description
Definitions for the Request and Response bodies.
Structs
ยง
Body
Body is returned by the webdav handler, and implements both
Stream
and
http_body::Body
.