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

Class QueryStringParameters

lambda-http/src/ext/extensions.rs:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#[non_exhaustive]
11#[derive(Clone)]
12pub(crate) struct QueryStringParameters(pub(crate) QueryMap);
13
14/// API gateway pre-extracted url path parameters
15///

Callers 6

into_proxy_requestFunction · 0.85
into_alb_requestFunction · 0.85
into_websocket_requestFunction · 0.85
into_vpc_lattice_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected