1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

add responder for unit type

This commit is contained in:
Nikolay Kim
2019-03-02 09:05:07 -08:00
parent bc3c29c398
commit fdf3011837
4 changed files with 15 additions and 798 deletions

View File

@@ -3,7 +3,6 @@
mod app;
mod extractor;
pub mod handler;
// mod helpers;
// mod info;
pub mod blocking;
pub mod filter;