mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
cleanup and cargo fmt
This commit is contained in:
@ -3,8 +3,10 @@ extern crate actix_web;
|
||||
extern crate env_logger;
|
||||
extern crate futures;
|
||||
|
||||
use actix_web::{client, middleware, server, App, AsyncResponder, Body, Error,
|
||||
HttpMessage, HttpRequest, HttpResponse};
|
||||
use actix_web::{
|
||||
client, middleware, server, App, AsyncResponder, Body, Error, HttpMessage,
|
||||
HttpRequest, HttpResponse,
|
||||
};
|
||||
use futures::{Future, Stream};
|
||||
|
||||
/// Stream client request response and then send body to a server response
|
||||
|
Reference in New Issue
Block a user