pub fn test_fpm_request(
    method: &str,
    root: impl AsRef<Path>,
    request_uri: &str,
    content_type: Option<String>,
    body: Option<Vec<u8>>
)
Available on crate feature fpm only.
Expand description

Start php-fpm and test the url request.