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

add headers from actix-web

This commit is contained in:
Nikolay Kim
2019-02-07 13:24:24 -08:00
parent cd83553db7
commit c4596b0bd6
31 changed files with 4757 additions and 156 deletions

View File

@ -6,7 +6,7 @@ use actix_service::NewService;
use actix_utils::framed::IntoFramed;
use actix_utils::stream::TakeItem;
use bytes::{Bytes, BytesMut};
use futures::future::{lazy, ok, Either};
use futures::future::{ok, Either};
use futures::{Future, Sink, Stream};
use actix_http::{h1, ws, ResponseError, SendResponse, ServiceConfig};