mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-29 08:09:18 +02:00
use Route for Applicaiton handlers
This commit is contained in:
@@ -8,7 +8,7 @@ use futures::task::{Task as FutureTask, current as current_task};
|
||||
use body::{Body, BodyStream};
|
||||
use context::{Frame, IoContext};
|
||||
use error::{Error, UnexpectedTaskFrame};
|
||||
use route::{Reply, ReplyItem};
|
||||
use handler::{Reply, ReplyItem};
|
||||
use h1writer::{Writer, WriterState};
|
||||
use httprequest::HttpRequest;
|
||||
use httpresponse::HttpResponse;
|
||||
|
Reference in New Issue
Block a user