Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-rust-runtime
/ collect
Method
collect
lambda-runtime-api-client/src/body/mod.rs:78–80 ·
view source on GitHub ↗
Collect the body into `Bytes`
(self)
Source
from the content-addressed store, hash-verified
76
77
/// Collect the body into `Bytes`
78
pub async fn collect(self) -> Result<Collected<Bytes>, Error> {
79
self.0.collect().await
80
}
81
}
82
83
impl Default for Body {
Callers
15
log_wrapper
Function · 0.80
run
Method · 0.80
register
Function · 0.80
telemetry_wrapper
Function · 0.80
from_response
Method · 0.80
convert_to_binary
Function · 0.80
convert_to_text
Function · 0.80
normalize_timestamp
Function · 0.80
set_failures
Method · 0.80
set_failures
Method · 0.80
serialize_comma_separated_headers
Function · 0.80
get_file
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_next_event
Function · 0.64
test_concurrent_structured_logging_isolation
Function · 0.64