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