Skip to main content

create_request

Function create_request 

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

Create a test request with the given parameters