mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-30 11:54:26 +02:00
alpha.3 release
This commit is contained in:
@ -20,7 +20,7 @@ pub use actix_http::ws::{
|
||||
use actix_web::dev::HttpResponseBuilder;
|
||||
use actix_web::error::{Error, ErrorInternalServerError, PayloadError};
|
||||
use actix_web::http::{header, Method, StatusCode};
|
||||
use actix_web::{HttpMessage, HttpRequest, HttpResponse};
|
||||
use actix_web::{HttpRequest, HttpResponse};
|
||||
use bytes::{Bytes, BytesMut};
|
||||
use futures::sync::oneshot::Sender;
|
||||
use futures::{Async, Future, Poll, Stream};
|
||||
|
Reference in New Issue
Block a user