Function test_fpm_request

Source
pub fn test_fpm_request(
    method: &str,
    root: impl AsRef<Path>,
    request_uri: &str,
    content_type: Option<String>,
    body: Option<Vec<u8>>,
)
Expand description

Start php-fpm and test the url request.