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

prepare alpha5 release

This commit is contained in:
Nikolay Kim
2019-04-12 14:00:45 -07:00
parent 87167f6581
commit 1f2b15397d
15 changed files with 55 additions and 48 deletions

View File

@@ -14,6 +14,8 @@ use actix_service::{FnService, IntoNewService, NewService, Service};
use bytes::Bytes;
use futures::future::{lazy, Future};
pub use actix_http::test::TestBuffer;
use crate::config::{AppConfig, AppConfigInner};
use crate::data::RouteData;
use crate::dev::{Body, Payload};