summaryrefslogtreecommitdiff
path: root/exes/rest/src
diff options
context:
space:
mode:
Diffstat (limited to 'exes/rest/src')
-rw-r--r--exes/rest/src/handler.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/exes/rest/src/handler.rs b/exes/rest/src/handler.rs
index 1dbee58..c80132f 100644
--- a/exes/rest/src/handler.rs
+++ b/exes/rest/src/handler.rs
@@ -1,5 +1,4 @@
-use anyhow::{bail, Context};
-use futures_util::future::FutureExt;
+use anyhow::bail;
use hyper::http::{
header::{AUTHORIZATION, CONNECTION, HOST, TRANSFER_ENCODING, UPGRADE},
HeaderValue, Method as HttpMethod, Request, Response, Uri,