pub fn create_request_with_headers( method: Method, path: &str, headers: HashMap<String, String>, body: Option<Bytes>, ) -> Request
Create a test request with headers