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 55ab900 commit 1c39e2eCopy full SHA for 1c39e2e
lambda-http/src/streaming.rs
@@ -26,6 +26,7 @@ use tokio_stream::Stream;
26
/// provides the necessary middleware to handle `LambdaEvent` requests and
27
/// converts the `http::Response` into a `StreamResponse` containing a metadata
28
/// prelude and body stream.
29
+#[allow(clippy::type_complexity)]
30
pub fn into_streaming_response<'a, S, B, E>(
31
handler: S,
32
) -> MapResponse<
0 commit comments