mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 00:50:20 +02:00
better actix mod re-exports
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
//! Http client request
|
||||
extern crate actix;
|
||||
|
||||
use std::cell::UnsafeCell;
|
||||
use std::rc::Rc;
|
||||
use std::time::Duration;
|
||||
@@ -16,7 +14,7 @@ use http::{Error as HttpError, HttpTryFrom, StatusCode};
|
||||
use rand;
|
||||
use sha1::Sha1;
|
||||
|
||||
use self::actix::prelude::*;
|
||||
use actix::{Addr, SystemService};
|
||||
|
||||
use body::Binary;
|
||||
use error::{Error, UrlParseError};
|
||||
|
Reference in New Issue
Block a user