Crate webdav_request

Source

Re-exports§

pub use client::WebDAVClient;
pub use method::Method;

Modules§

client
error
header
HTTP header types
method
reader
res
url

Structs§

Body
An asynchronous request body.
Range
Request
A request which can be executed with Client::execute().
RequestBuilder
A builder to construct the properties of a Request.
Response
A Response to a submitted Request.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Url
A parsed URL record.

Enums§

DeError
(De)serialization error

Traits§

IntoUrl
A trait to try to convert some type into a Url.