Make the async Client default (#626)
The previously default Client is moved to `reqwest::blocking`, while the async client becomes the main API. Closes #622
This commit is contained in:
		| @@ -33,7 +33,7 @@ impl Body { | ||||
|     /// # Example | ||||
|     /// | ||||
|     /// ``` | ||||
|     /// # use reqwest::r#async::Body; | ||||
|     /// # use reqwest::Body; | ||||
|     /// # use futures; | ||||
|     /// # fn main() { | ||||
|     /// let chunks: Vec<Result<_, ::std::io::Error>> = vec![ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user