mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 01:51:23 +02:00
refactor http service builder
This commit is contained in:
@ -10,9 +10,9 @@ extern crate http as modhttp;
|
||||
extern crate rand;
|
||||
extern crate tokio;
|
||||
extern crate tokio_current_thread;
|
||||
extern crate tokio_current_thread as current_thread;
|
||||
extern crate tokio_reactor;
|
||||
extern crate tokio_tcp;
|
||||
extern crate tokio_current_thread as current_thread;
|
||||
|
||||
use std::io::{Read, Write};
|
||||
use std::sync::Arc;
|
||||
|
Reference in New Issue
Block a user