We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf693ce commit c28a1bbCopy full SHA for c28a1bb
htsget-actix/src/middleware/auth.rs
@@ -5,7 +5,7 @@ use crate::handlers::{HeaderMap, HttpVersionCompat};
5
use actix_web::body::{BoxBody, EitherBody};
6
use actix_web::dev::{Service, ServiceRequest, ServiceResponse, Transform};
7
use actix_web::web::Query;
8
-use actix_web::{Error, FromRequest, HttpMessage, HttpResponse};
+use actix_web::{Error, FromRequest, HttpResponse};
9
use axum::body::to_bytes;
10
use axum::response::IntoResponse;
11
use futures_util::future::LocalBoxFuture;
0 commit comments