Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Nov 7, 2024
1 parent dff0f6e commit f9b577c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![doc = include_str!("../README.md")]

use bytes::Bytes;
use http_body_util::{combinators::BoxBody, BodyExt, Empty};
use hyper::{
body::{Body, Incoming},
Expand All @@ -10,7 +9,7 @@ use hyper::{
};
use hyper_util::rt::{TokioExecutor, TokioIo};
use moka::sync::Cache;
use std::{borrow::Borrow, convert::Infallible, future::Future, sync::Arc};
use std::{borrow::Borrow, future::Future, sync::Arc};
use tls::{generate_cert, CertifiedKeyDer};
use tokio::net::{TcpListener, TcpStream, ToSocketAddrs};

Expand Down

0 comments on commit f9b577c

Please sign in to comment.