mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-19 12:25:37 +02:00
fmt
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
use std::{any::Any, io, net::SocketAddr};
|
use std::{any::Any, io, net::SocketAddr};
|
||||||
|
|
||||||
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
|
|
||||||
use actix_http::CloneableExtensions;
|
use actix_http::CloneableExtensions;
|
||||||
|
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
struct ConnectionInfo {
|
struct ConnectionInfo {
|
||||||
|
Reference in New Issue
Block a user