1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

rename modules

This commit is contained in:
Nikolay Kim
2017-11-02 12:54:09 -07:00
parent c14e6c9008
commit f010672885
7 changed files with 362 additions and 294 deletions

View File

@@ -31,7 +31,6 @@ mod body;
mod context;
mod error;
mod date;
mod decode;
mod httprequest;
mod httpresponse;
mod logger;
@@ -39,12 +38,13 @@ mod payload;
mod resource;
mod recognizer;
mod route;
mod reader;
mod task;
mod staticfiles;
mod server;
mod wsframe;
mod wsproto;
mod h1;
mod h2;
pub mod ws;
pub mod dev;