MCPcopy Create free account
hub / github.com/aws/aws-lambda-rust-runtime / path_parameters

Method path_parameters

lambda-http/src/ext/extensions.rs:192–194  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

190 }
191
192 fn path_parameters(&self) -> QueryMap {
193 self.path_parameters_ref().cloned().unwrap_or_default()
194 }
195
196 fn path_parameters_ref(&self) -> Option<&QueryMap> {
197 self.get::<PathParameters>().and_then(

Callers

nothing calls this directly

Calls 1

path_parameters_refMethod · 0.80

Tested by

no test coverage detected