dump event

This commit is contained in:
yggverse 2025-02-23 04:00:46 +02:00
parent 6027dd52d3
commit e458b1702a

View file

@ -152,6 +152,7 @@ fn titan(
stream: &mut TlsStream<TcpStream>, stream: &mut TlsStream<TcpStream>,
) { ) {
use titanite::*; use titanite::*;
println!("[{}] [info] [{peer}] Request: {}", now(), titan.url);
// require content type for application, // require content type for application,
// even MIME value is optional by Titan specification // even MIME value is optional by Titan specification
let mime = match titan.mime { let mime = match titan.mime {