Skip to main content

optional_query_param

Function optional_query_param 

Source
pub fn optional_query_param(req: &AwsRequest, name: &str) -> Option<String>
Expand description

Extract an optional query parameter from an AwsRequest.

Returns None if the parameter is missing or empty.