conn -> pool
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use conn::ConnectionPool;
|
||||
use cookie::{Cookie, CookieJar};
|
||||
use error::Error;
|
||||
use pool::ConnectionPool;
|
||||
use response::{self, Response};
|
||||
use std::sync::Mutex;
|
||||
|
||||
|
||||
@@ -108,10 +108,10 @@ extern crate serde_json;
|
||||
|
||||
mod agent;
|
||||
mod body;
|
||||
mod conn;
|
||||
mod error;
|
||||
mod header;
|
||||
mod macros;
|
||||
mod pool;
|
||||
mod response;
|
||||
mod stream;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user