1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

docs: improve docs about tokio::main

This commit is contained in:
Rob Ede
2024-07-21 10:04:59 +01:00
parent bf22fecbcd
commit 0950e1624d
8 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,10 @@
use std::time::Instant;
use actix_web::HttpMessage as _;
use actix_web::{
body::MessageBody,
dev::{ServiceRequest, ServiceResponse},
http::header::{HeaderName, HeaderValue},
HttpMessage as _,
};
use actix_web_lab::middleware::Next;
use tracing_actix_web::RequestId;