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

Class PathParameters

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

Source from the content-addressed store, hash-verified

17#[non_exhaustive]
18#[derive(Clone)]
19pub(crate) struct PathParameters(pub(crate) QueryMap);
20
21/// API gateway configured
22/// [stage variables](https://docs.aws.amazon.com/apigateway/latest/developerguide/stage-variables.html)

Callers 4

into_proxy_requestFunction · 0.85
into_websocket_requestFunction · 0.85
with_path_parametersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected