pub fn test_fpm_request( method: &str, root: impl AsRef<Path>, request_uri: &str, content_type: Option<String>, body: Option<Vec<u8>>, )
Start php-fpm and test the url request.