mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 17:46:38 +02:00
refactor server impl and add support for alpn http2 negotiation
This commit is contained in:
@@ -9,7 +9,7 @@ use resource::Resource;
|
||||
use recognizer::{RouteRecognizer, check_pattern};
|
||||
use httprequest::HttpRequest;
|
||||
use httpresponse::HttpResponse;
|
||||
use server::HttpHandler;
|
||||
use channel::HttpHandler;
|
||||
|
||||
|
||||
/// Middleware definition
|
||||
|
Reference in New Issue
Block a user