MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / requests.rs

File requests.rs

lambda-runtime/src/requests.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{types::ToStreamErrorTrailer, Diagnostic, Error, FunctionResponse, IntoFunctionResponse};
2use bytes::Bytes;
3use http::{header::CONTENT_TYPE, Method, Request, Uri};
4use lambda_runtime_api_client::{body::Body, build_request};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected