Skip to content

Commit

Permalink
Import HeaderValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Jan 1, 2024
1 parent 49fbb2f commit 111c410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ use std::{
};

use bytes::{Bytes, BytesMut};
use http::header::{CONTENT_DISPOSITION, CONTENT_TYPE};
use http::{
header::{CONTENT_DISPOSITION, CONTENT_TYPE},
HeaderValue
};
use tracing::trace;

use crate::{
Expand Down

0 comments on commit 111c410

Please sign in to comment.