mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 00:50:20 +02:00
refactor middlewares
This commit is contained in:
@@ -18,7 +18,7 @@ use route::{Route, Frame};
|
||||
use httpresponse::HttpResponse;
|
||||
|
||||
|
||||
/// Actor execution context
|
||||
/// Http actor execution context
|
||||
pub struct HttpContext<A> where A: Actor<Context=HttpContext<A>> + Route,
|
||||
{
|
||||
act: Option<A>,
|
||||
|
Reference in New Issue
Block a user