1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 00:14:58 +02:00
This commit is contained in:
Rob Ede
2021-07-14 00:21:05 +01:00
parent 6bb33ec5db
commit 694cfc94c9

View File

@ -6,8 +6,8 @@
use std::{any::Any, io, net::SocketAddr};
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
use actix_http::CloneableExtensions;
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
#[derive(Debug, Clone)]
struct ConnectionInfo {