1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

move fs to separate crate

This commit is contained in:
Nikolay Kim
2019-03-01 23:59:44 -08:00
parent 2d7293aaf8
commit e6d04d24cc
15 changed files with 184 additions and 1406 deletions

View File

@ -2,7 +2,7 @@ use futures::IntoFuture;
use actix_http::{h1, http::Method, Response};
use actix_server::Server;
use actix_web2::{middleware, App, Error, HttpRequest, Resource};
use actix_web::{middleware, App, Error, HttpRequest, Resource};
fn index(req: HttpRequest) -> &'static str {
println!("REQ: {:?}", req);