Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
12
pub(crate) struct QueryStringParameters(pub(crate) QueryMap);
13
14
/// API gateway pre-extracted url path parameters
15
///
Callers
6
into_api_gateway_v2_request
Function · 0.85
into_proxy_request
Function · 0.85
into_alb_request
Function · 0.85
into_websocket_request
Function · 0.85
into_vpc_lattice_request
Function · 0.85
with_query_string_parameters
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected