Re-exports§
pub use client::WebDAVClient;pub use method::Method;
Modules§
Structs§
- Body
- An asynchronous request body.
- Range
- Request
- A request which can be executed with
Client::execute(). - Request
Builder - A builder to construct the properties of a
Request. - Response
- A Response to a submitted
Request. - Status
Code - An HTTP status code (
status-codein 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.