1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

refactor http service builder

This commit is contained in:
Nikolay Kim
2018-09-26 20:43:54 -07:00
parent 0aa0f326f7
commit 9f1417af30
10 changed files with 435 additions and 355 deletions

View File

@ -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;