mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-25 06:36:02 +02:00
body ergonomics v3 (#2468)
This commit is contained in:
@@ -22,7 +22,7 @@ use regex::{Regex, RegexSet};
|
||||
use time::{format_description::well_known::Rfc3339, OffsetDateTime};
|
||||
|
||||
use crate::{
|
||||
dev::{BodySize, MessageBody},
|
||||
body::{BodySize, MessageBody},
|
||||
http::HeaderName,
|
||||
service::{ServiceRequest, ServiceResponse},
|
||||
Error, HttpResponse, Result,
|
||||
|
Reference in New Issue
Block a user