Skip to main content

create_request_with_path_params

Function create_request_with_path_params 

Source
pub fn create_request_with_path_params(
    method: Method,
    path: &str,
    path_params: HashMap<String, String>,
    query_params: Option<HashMap<String, String>>,
    headers: Option<HeaderMap>,
    body: Option<Bytes>,
) -> Request
Expand description

Create a test request with path parameters