Authenticate using registry - part 5

This commit is contained in:
mdecimus
2026-02-08 19:36:26 +01:00
parent 298b5bc23f
commit 2dc0776109
144 changed files with 1828 additions and 1072 deletions

View File

@@ -10,10 +10,9 @@ pub mod response;
pub use form_urlencoded;
use std::{net::IpAddr, sync::Arc};
use common::listener::ServerInstance;
use common::network::ServerInstance;
use hyper::StatusCode;
use std::{net::IpAddr, sync::Arc};
pub type HttpRequest = hyper::Request<hyper::body::Incoming>;