rustydav 0.1.3

Small library that can be used to make calls to webdav server
Documentation
1
2
/// Load all the necessary structs from reqwest required in creating a webdav client
pub use reqwest::{blocking::Body, Method, blocking::RequestBuilder, blocking::Response, Error, header, Url};