| 1 | use crate::{types::ToStreamErrorTrailer, Diagnostic, Error, FunctionResponse, IntoFunctionResponse}; |
| 2 | use bytes::Bytes; |
| 3 | use http::{header::CONTENT_TYPE, Method, Request, Uri}; |
| 4 | use lambda_runtime_api_client::{body::Body, build_request}; |
nothing calls this directly
no outgoing calls
no test coverage detected