feat(dns): export client::connect::dns module, and
				
					
				
			`TokioThreadpoolGaiResolver` type.
This commit is contained in:
		| @@ -13,9 +13,8 @@ use futures::Future; | ||||
| use http::{uri, Response, Uri}; | ||||
| use tokio_io::{AsyncRead, AsyncWrite}; | ||||
|  | ||||
| #[cfg(feature = "runtime")] mod dns; | ||||
| #[cfg(feature = "runtime")] pub mod dns; | ||||
| #[cfg(feature = "runtime")] mod http; | ||||
| #[cfg(feature = "runtime")] pub use self::dns::{GaiResolver, Name, Resolve}; | ||||
| #[cfg(feature = "runtime")] pub use self::http::{HttpConnector, HttpInfo}; | ||||
|  | ||||
| /// Connect to a destination, returning an IO transport. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user