mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -15,9 +15,9 @@
|
||||
use std::io;
|
||||
|
||||
use actix_web::{
|
||||
App, Error, HttpResponse, HttpServer,
|
||||
error::ErrorBadRequest,
|
||||
web::{self, BytesMut},
|
||||
App, Error, HttpResponse, HttpServer,
|
||||
};
|
||||
use awc::Client;
|
||||
use futures_util::StreamExt as _;
|
||||
|
Reference in New Issue
Block a user